[Scilab-Dev] trunk, other multiple symbols

Sylvestre Ledru sylvestre.ledru at inria.fr
Fri Mar 14 12:02:24 CET 2008


Le vendredi 14 mars 2008 à 11:00 +0100, Stéphane Mottelet a écrit :
> Hi all,
> 
> I am still trying to compile Scilab, with the combination
> apple gcc (4.0.1) + gfortran (4.2 this time) on 10.4, and
> I can notice the following duplicate symbols.
> Is it a good thing to suppress them because it could
> be harmful some day ?
I don't think it is a good thing to disable this kind of warnings (to
tell you the truth, I looked yesterday how to reproduce the same
behaviour under Linux).
This could work:
LDFLAGS="-z muldefs"
The "man ld" says:
muldefs - Allows multiple definitions.


Sylvestre





More information about the dev mailing list