libcutil_i386.a, archive has no table of contents

Hello Folks, I just unpacked drivers, toolkit and sdk … but it’s not even compiling the exemples …
Apparentyl the resason is
ld: in …/…/lib/libcutil_i386.a, archive has no table of contents

I don’t know what to do with this, everything is just fresh out the DMG and PKG boxes … what’s the issue that prevents the compilation to go?
Thanks a lot
Roberto

[Sun Nov 14 11:07] roberto@local://Developer/GPU Computing/C>make

r - obj/i386/release/bank_checker.cpp.o
r - obj/i386/release/cmd_arg_reader.cpp.o
r - obj/i386/release/cutil.cpp.o
r - obj/i386/release/stopwatch.cpp.o
r - obj/i386/release/stopwatch_linux.cpp.o
r - obj/i386/release/multithreading.cpp.o
r - obj/i386/release/paramgl.cpp.o
r - obj/i386/release/param.cpp.o
r - obj/i386/release/rendercheck_gl.cpp.o
src/shrUtils.cpp: In function ‘int shrLogV(int, int, const char*, char*)’:
src/shrUtils.cpp:402: warning: format not a string literal and no format arguments
src/shrUtils.cpp:406: warning: format not a string literal and no format arguments
src/shrUtils.cpp:409: warning: format not a string literal and no format arguments
r - obj/i386/release/shrUtils.cpp.o
r - obj/i386/release/rendercheckGL.cpp.o
r - obj/i386/release/cmd_arg_reader.cpp.o
make -C src/alignedTypes/
ld: in …/…/lib/libcutil_i386.a, archive has no table of contents
collect2: ld returned 1 exit status
make[1]: *** […/…/bin/darwin/release/alignedTypes] Error 1
make: *** [src/alignedTypes/Makefile.ph_build] Error 2

[Sun Nov 14 11:08] roberto@local://Developer/GPU Computing/C>locate libcutil_i386.a

/Developer/GPU Computing/C/lib/libcutil_i386.a
/Developer/GPU Computing/C/lib/libcutil_i386.a.backup
[Sun Nov 14 11:14] roberto@robertos-MacBook-Pro.local://De

Hello Folks, I just unpacked drivers, toolkit and sdk … but it’s not even compiling the exemples …
Apparentyl the resason is
ld: in …/…/lib/libcutil_i386.a, archive has no table of contents

I don’t know what to do with this, everything is just fresh out the DMG and PKG boxes … what’s the issue that prevents the compilation to go?
Thanks a lot
Roberto

[Sun Nov 14 11:07] roberto@local://Developer/GPU Computing/C>make

r - obj/i386/release/bank_checker.cpp.o
r - obj/i386/release/cmd_arg_reader.cpp.o
r - obj/i386/release/cutil.cpp.o
r - obj/i386/release/stopwatch.cpp.o
r - obj/i386/release/stopwatch_linux.cpp.o
r - obj/i386/release/multithreading.cpp.o
r - obj/i386/release/paramgl.cpp.o
r - obj/i386/release/param.cpp.o
r - obj/i386/release/rendercheck_gl.cpp.o
src/shrUtils.cpp: In function ‘int shrLogV(int, int, const char*, char*)’:
src/shrUtils.cpp:402: warning: format not a string literal and no format arguments
src/shrUtils.cpp:406: warning: format not a string literal and no format arguments
src/shrUtils.cpp:409: warning: format not a string literal and no format arguments
r - obj/i386/release/shrUtils.cpp.o
r - obj/i386/release/rendercheckGL.cpp.o
r - obj/i386/release/cmd_arg_reader.cpp.o
make -C src/alignedTypes/
ld: in …/…/lib/libcutil_i386.a, archive has no table of contents
collect2: ld returned 1 exit status
make[1]: *** […/…/bin/darwin/release/alignedTypes] Error 1
make: *** [src/alignedTypes/Makefile.ph_build] Error 2

[Sun Nov 14 11:08] roberto@local://Developer/GPU Computing/C>locate libcutil_i386.a

/Developer/GPU Computing/C/lib/libcutil_i386.a
/Developer/GPU Computing/C/lib/libcutil_i386.a.backup
[Sun Nov 14 11:14] roberto@robertos-MacBook-Pro.local://De

well the fixes written around in the forum did not work. however I manually ran ranlib on that library and now it goes. I hope this can help the nextcomers
ciao
roberto

well the fixes written around in the forum did not work. however I manually ran ranlib on that library and now it goes. I hope this can help the nextcomers
ciao
roberto

Did not work for me. What’s wrong in the sample makefile provided by nVidia ? this stuff bother me since two weeks and nvidia support does not provide any help…