google-code-export / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
1 stars 1 forks source link

Build: Lacks support for libtool flags #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

On Solaris when building with Sun's compiler one has to do 

libtool --silent --tag=CC

and of course be sure to have set the CC variable correctly. 

Suggestion for solution:

Apache's build script (among others) provide support for this by picking 
up an environment variable called LTFLAGS.

As for serf LTFLAGS would then default to "--silent" if not explicitly 
defined by the user. On Solaris unless building with gcc you would then 
override it so that LTFLAGS="--silent --tag=CC".

Original issue reported on code.google.com by znog...@gmail.com on 12 Oct 2008 at 7:20

GoogleCodeExporter commented 9 years ago
LTFLAGS override support added in r1211.  Thanks.

(I haven't needed to use --tag=CC with Sun Studio on Solaris and libtool, so I 
won't
add that yet.)

Original comment by justin.e...@gmail.com on 30 Dec 2008 at 7:42