libtool
[Top][All Lists]
Advanced

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

Re: libtool 1.4.2: Enhancement request


From: Boehne, Robert
Subject: Re: libtool 1.4.2: Enhancement request
Date: Fri, 12 Apr 2002 09:00:29 -0500

Jost:

The flag you referr to is hp-compiler specific, so it can't
be put into ltmain.in.  Possibly a better solution is to
figure out why +DAportable was lost.  In the mean time you
could probably work around this by changing:
export CFLAGS="+DAportable -Ae +O2"
to
export CFLAGS="-Wc,+DAportable -Ae +O2"

The reason the -Wc, flag is present is to explicitly
tell Libtool that you want to pass somthing as an
argument to the compiler.  Libtool has it's own arguments
so if you have somthing that Libtool would normally
parse as its own in, you need to specify that it is
a compiler flag.

HTH,

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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