-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,
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
/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
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).
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
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
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
-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
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