Results 1 to 4 of 4
Hi All,
I'm trying to compile the toolbox for a program called scilab and it's spitting out an error:
make[1]: *** [obj/release/cmd_arg_reader.cpp_o] Error 1
make[1]: Leaving directory `/usr/share/scilab/contrib/CUDA_toolbox/src/common'
make: *** ...
- 07-15-2009 #1
.so file needed but only have .a
Hi All,
I'm trying to compile the toolbox for a program called scilab and it's spitting out an error:
Basically I'm starting with the last one and moving back. So I found that in my lib folder that contains libcutil it only has libcutil.amake[1]: *** [obj/release/cmd_arg_reader.cpp_o] Error 1
make[1]: Leaving directory `/usr/share/scilab/contrib/CUDA_toolbox/src/common'
make: *** [lib/libcutil.so] Error 2
which I found this explanation (last comment)
NVIDIA Forums > "Undefined reference to cutCreateTimer" on Linux
when I run the command they say (the second one) I get this:
/usr/bin/ld: bank_checker.cpp.o: relocation R_X86_64_32 against `BankChecker::bank_checker' can not be used when making a shared object; recompile with -fPIC
bank_checker.cpp.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
any ideas? I really need this to work
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 07-15-2009 #2The real error is before you get this. At least 10 more lines might help. Maybe more is needed.make[1]: *** [obj/release/cmd_arg_reader.cpp_o] Error 1
make[1]: Leaving directory `/usr/share/scilab/contrib/CUDA_toolbox/src/common'
make: *** [lib/libcutil.so] Error 2
- 07-15-2009 #3
that's all that it spits out though ....
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 07-15-2009 #4
Could you please describe a little better what is your goal and what steps you've taken. And links to the sources you are using.


Reply With Quote