Re: [Fink-devel] Can anybody please shed some light on this?

2005-12-18 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Murali Vadivelu wrote: | /bin/sh ../libtool --silent --tag=CXX --mode=link g++-3.3 -Wnon- | virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite- | strings -O3 -fno-check-new -fno-common -Wl,-flat_namespace -Wl,- | multiply_defined,

Re: [Fink-devel] Can anybody please shed some light on this?

2005-12-18 Thread Daniel Macks
On Mon, Dec 19, 2005 at 12:49:53AM +, Murali Vadivelu wrote: > /bin/sh ../libtool --silent --tag=CXX --mode=link g++-3.3 -Wnon- > virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite- > strings -O3 -fno-check-new -fno-common -Wl,-flat_namespace -Wl,- > multiply_defined,sup

[Fink-devel] Can anybody please shed some light on this?

2005-12-18 Thread Murali Vadivelu
/bin/sh ../libtool --silent --tag=CXX --mode=link g++-3.3 -Wnon- virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite- strings -O3 -fno-check-new -fno-common -Wl,-flat_namespace -Wl,- multiply_defined,suppress -L/sw/lib -o libLabPlot.la -rpath /sw/lib - lkdeui -lgsl -lgslcbla

Re: [Fink-devel] Dependence on a compiler

2005-12-18 Thread Martin Costabel
Benjamin Place wrote: On Dec 18, 2005, at 4:12 AM, Peter O'Gorman wrote: Can you not use the compiler that installs in /usr/local/ada ? I know that it is a different download, but it will not overwrite the system's gcc (a bad idea and a reason I never installed the macada package in the past).

Re: [Fink-devel] Dependence on a compiler

2005-12-18 Thread Benjamin Place
On Dec 18, 2005, at 4:12 AM, Peter O'Gorman wrote: Can you not use the compiler that installs in /usr/local/ada ? I know that it is a different download, but it will not overwrite the system's gcc (a bad idea and a reason I never installed the macada package in the past). I assume you're ref

Re: [Fink-devel] Strange linking error

2005-12-18 Thread Peter O'Gorman
Murali Vadivelu wrote: Dear Peter, I am following your advice and I have had a look of the libtool also. I sent that snippet for Alex and just included you in the CC. Sorry, I misinterpreted. Peter --- This SF.net email is sponsored b

Re: [Fink-devel] Strange linking error

2005-12-18 Thread Murali Vadivelu
Dear Peter, I am following your advice and I have had a look of the libtool also. I sent that snippet for Alex and just included you in the CC. Many thanks. Best, Murali. On 18 Dec 2005, at 08:15 am, Peter O'Gorman wrote: Murali Vadivelu wrote: I have read the ld man page, quite a lot ac

Re: [Fink-devel] Dependence on a compiler

2005-12-18 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benjamin Place wrote: | On Dec 14, 2005, at 5:57 PM, Martin Costabel wrote: | |>> --- Martin Costabel <[EMAIL PROTECTED]> wrote: |>> |>>> We already have examples of packages that depend on |>>> external stuff like specific commercial fortran compiler

Re: Fwd: [Fink-devel] Strange linking error

2005-12-18 Thread Peter O'Gorman
Murali Vadivelu wrote: I have read the ld man page, quite a lot actually. Now go reread my message and do what it says: -Wl,-multiply_defined -Wl,suppress Remove the --silent flag from the libtool invokation to see what it does when calling gcc. Note that ./libtool != /usr/bin/libtool, see m