LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   having toolchain trouble (gcc/ld/glibc) (https://www.linuxquestions.org/questions/linux-software-2/having-toolchain-trouble-gcc-ld-glibc-109892/)

zoomzoom 10-29-2003 08:53 AM

having toolchain trouble (gcc/ld/glibc)
 
Hi,

I have trouble with setting up a working toolchain on my system.
I compiled gcc/ld and glibc on the same pc, but in a non-standard dir (/xyz)

Now, if I use command line options to tell ld/gcc to use the libdir /lib instead of /xyz/lib, everything works and compiles fine. But when I try to use ldconfig to change this behavior PERMANENTLY, it doesn't work.
Threre is no ldconfig error message. It simply quits and doesn't work. (strange?!? )

Does anyone know how to set up ldconfig/ld/gcc/glibc to use the dir /lib instead of /xyz/lib????

CU

jailbait 10-29-2003 06:21 PM

"how to set up ldconfig/ld/gcc/glibc to use the dir /lib instead of /xyz/lib????"

Try making /xyz/lib a symbolic link to /lib.


___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


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