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: [EMAIL PROTECTED] _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool