LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ld linking problem (https://www.linuxquestions.org/questions/linux-software-2/ld-linking-problem-195602/)

captain-mythos 06-20-2004 08:32 AM

ld linking problem
 
hi i am trying to install open scene graph, which requires openthreads and producer. i want to install them in my home directory. openthreads installs allright in lets say /home/foo/local
when i am making producer it complains that it cannot find openthreads (and conscequently the directory where open threads is put on). i have exported my variables LD_LIBRARY_PATH=/home/foo/local/lib and CPATH=/home/foo/include

any help?

thanks

nukkel 06-20-2004 08:46 AM

Is this occuring when you run ./configure ? If so, there's probably an option sort of --with-openthreads=/home/foo/local you can give; try ./configure --help for available options

good luck
nukkel


All times are GMT -5. The time now is 03:03 PM.