Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Kevin Nathan Newsgroups: comp.os.linux.development.apps Subject: Re: Linking problem Date: Thu, 15 Dec 2011 23:42:43 -0700 Lines: 36 Message-ID: <20111215234243.40f9ed06@efreet.linux> References: <20111215001104.13eda1b8@efreet.linux> <8762himaw3.fsf@sapphire.mobileactivedefense.com> <20111215162948.60b95d1c@efreet.linux> <874nx17375.fsf@sapphire.mobileactivedefense.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: individual.net pDnjQlz6/76RcGkXPZGX2AzKCgMyhE0VsUJG80piQ8Gxtv4UEq Cancel-Lock: sha1:YBFtS8/IZTkOdcuVSsIl6f9TA18= X-Newsreader: Claws Mail 3.7.10 (GTK+ 2.22.1; i686-pc-linux-gnu) X-Face: %/gp4MCQT=`#JS##?-]V9ksid6OSR@(wbF"bK6wSLO$u,%(N@X~bVhAD+\A_[gRhx*T6=fq "N_5H8.v[&;q0iw!s_wuL05B0xg#OYUkbn#@&U_]fL%o==~2sphc?*L+bicO!POJLG#p'N.]J0/p_w Z^(.kOB%Ob914-V>?GI; Xref: x330-a1.tempe.blueboxinc.net comp.os.linux.development.apps:332 On Fri, 16 Dec 2011 00:47:10 +0000 Rainer Weikusat wrote: >Forget --sysroot. You need to add your include directories with -I, >add your library directories with -L and add them again with -Wl,-R >and that's it. If the binaries are still linked against system >libraries you don't want, something is still missing in your custom >library directory. That was the ticket! I am 99% there, now. By using this: export LDFLAGS=" -Wl,-R /home/username/progroot/lib/ -Wl,-R /home/username/progroot/usr/lib/ -Wl,-R /home/username/progroot/usr/lib/mysql/ -Wl,-R /home/username/progroot/opt/kde3/lib/ -Wl,-R /home/username/progroot/usr/lib/qt3/lib/ " all the libs listed in "ldd program" are properly pointed to my local libs locations. However, I still have one lib that will not get the local subdir: /lib/ld-linux.so.2 (the dynamic loader). This lib is in ../progroot/usr/lib/ and I don't know why it still insists on using /lib/. On kernel 2.3.3 this results in a seg fault (compiled on 2.6.1). I guess I will probably have to look at statically linking... Thanks for all of your help, Rainer, I really do appreciate it! -- Kevin Nathan (Arizona, USA) Linux Potpourri -- http://www.project54.com/linux/ Open standards. Open source. Open minds. The command line is the front line. Linux 2.6.37.6-0.9-desktop 22:39pm up 5 days 9:48, 13 users, load average: 0.08, 0.13, 0.28