libtool
[Top][All Lists]
Advanced

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

Re: libtool does not preserve -xarch=v9


From: Bob Friesenhahn
Subject: Re: libtool does not preserve -xarch=v9
Date: Fri, 21 Sep 2001 10:44:01 -0500 (CDT)

On Fri, 21 Sep 2001 address@hidden 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
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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