On Fri, 21 Sep 2001 [EMAIL PROTECTED] wrote:

> > The way Sun's build environment supports 64-bit compilation, it is
> > only necessary to build all objects using -xarch=v9.  The linker is
> > responsible for selecting the correct mode based on the mode of the
> > objects.  All linked objects must be built for the same model or
> > linking will fail.
> > 
> 
> Ok, so it sounds like your first problem is that you are trying to
> pass a compiler flag to the linker.

You're right!  This option should be passed via CFLAGS rather than
LDFLAGS.

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to