Re: [Fink-devel] Sorted - Re: Trying to port your package to Fink

2008-02-05 Thread Peter O'Gorman
Daniel Macks wrote: > 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 >

Re: [Fink-devel] Sorted - Re: Trying to port your package to Fink

2008-02-05 Thread Daniel Macks
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

Re: [Fink-devel] Sorted - Re: Trying to port your package to Fink

2008-02-05 Thread Murali Vadivelu
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: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > It's n

Re: [Fink-devel] Sorted - Re: Trying to port your package to Fink

2008-02-05 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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: | Dear All, | | Sorry for the post. I ha

[Fink-devel] Sorted - Re: Trying to port your package to Fink

2008-02-05 Thread Murali Vadivelu
Dear All, Sorry for the post. I have fixed it. It was a minor trouble with symlinks! 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