Find the answer to your Linux question:
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: *** ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    .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:

    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
    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.a

    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"

  2. #2
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    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
    The real error is before you get this. At least 10 more lines might help. Maybe more is needed.

  3. #3
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    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"

  4. #4
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...