On Aug 7, 2013, at 1:17 PM, "Gaston, Derek R" <derek.gas...@inl.gov> wrote:

> On Wed, Aug 7, 2013 at 11:45 AM, Kirk, Benjamin (JSC-EG311) 
> <benjamin.k...@nasa.gov> wrote:
> ./configure LIBTOOL="libtool -all-static"
> 
> That won't work - the -all-static _must_ go after the --mode=link option to 
> libtool... and is only valid for that mode…

Take a look at configure.ac:

#-----------------------------------------------------
# Initialize libtool.  By default, we will build
# only shared libraries on platforms that support them
#-----------------------------------------------------
LT_INIT([disable-static])



can you try removing the ([disable-static]) or perhaps replacing it with 
([disable-shared])?

It could be that since we are asking it to disable static libraries the 
--disable-shared --enable-static is still having problems.

Any way to get an account on this machine to see if I can help?

-Ben


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to