Look for where the bad .la file gets created. There's probably a libtool command in the build output that does "-o libstdc++.la". Look at that libtool command and the compiler command after it, see if they have any -L flags that point to the build dir (either absolute -L/sw/src/whatever or relative -L./whatever). One should only pass -L flags for system and dependent libraries, not for things that are part of the thing you are building.
If the libtool command has them, then there's a bug in the Makefile (okay, the Makefile.in template, or its Makefile.am template, depending on how the package is written), or more rarely in the ./configure script that sets some flags in the Makefile. If the libtool command does not but the compiler command does, then it's the bug in libtool. dan On Tue, Feb 05, 2008 at 04:38:00PM +0000, Murali Vadivelu wrote: > I tried all the possible fixes suggested there or looked for the > problem. I could not fix the warning though. Could be some vague thing > related to point no. 3 made in that wiki-page. > > On 5 Feb 2008, at 15:40, Alexander K. Hansen wrote: > > It's nothing specific to cross-compilers. The issue is talked about > > on http://wiki.finkproject.org/index.php/Fink:Porting_Notes, in > > theCommon Libtool Linking Problems section, item 2. > > > > Murali Vadivelu wrote: > > | > > | Btw, I am trying to create a cross-compiler, i386-elf-gcc. > > Everything goes well, except for this fink validate warning: > > | $ fink validate /sw/fink/10.5/local/main/binary-darwin-i386/devel/ > > i386-elf-gcc_3.4.6-1_darwin-i386.deb > > | Validating .deb file /sw/fink/10.5/local/main/binary-darwin-i386/ > > devel/i386-elf-gcc_3.4.6-1_darwin-i386.deb... > > | Error: Libtool file points to fink build dir. > > | Offending file: /sw/share/i386-elf/i386-elf/lib/libstdc++.la > > | Offending file: /sw/share/i386-elf/i386-elf/lib/libsupc++.la -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel