bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.5.14 eats -framework option on Darwin/MacOSX


From: Adam Ciarcinski
Subject: Re: libtool 1.5.14 eats -framework option on Darwin/MacOSX
Date: Wed, 4 May 2005 16:45:34 +0200 (CEST)

| Greetings,
|
| There is a problem when using libtool (1.5.14) on Darwin/MacOSX.
| Then compiling programs, the "-framework" options is not passed to the
| compiler.
| For example:
| /usr/pkg/bin/libtool --mode=link cc -framework CoreAudio -o x x.c
| Results in:
| cc -o x x.c
|
| Please, advice.

Use -Wl, or -Xlinker or libtool-1.5.16.

Peter
- --
Peter O'Gorman - http://www.pogma.com


Peter,

libtool-1.5.16 still has the same bug

Well aren't I stupid, I did not notice that you specified *program* and I tried linking a library and it got passed through happily enough.

I applied this patch to branch-1-5.


Peter,

Well... errare humanum est. :)

Could you, please, send me a diff file, so I can patch libtool in pkgsrc (www.pkgsrc.org)? It's very crucial to our package system, since many programs do not compile on Darwin/MacOSX.

Kind regards,
Adam




reply via email to

[Prev in Thread] Current Thread [Next in Thread]