Guessing from here:

https://www.gnu.org/software/automake/manual/html_node/Libtool-Flags.html
http://stackoverflow.com/questions/8135119/how-libtool-custom-script-is-generated-by-configure

I'm thinking maybe if you do

./configure LIBTOOL="libtool -all-static"
make

that *might* do the trick?

-Ben



On Aug 7, 2013, at 12:40 PM, "Kirk, Benjamin (JSC-EG311)" 
<benjamin.k...@nasa.gov> wrote:

> On Aug 7, 2013, at 12:34 PM, "Gaston, Derek R" <derek.gas...@inl.gov> wrote:
> 
>> think it would be handy if we had a way to set this at configure time - but 
>> I don't know what that is…
> 
> I'd think we'd approach it the same way we do compiler flags.  configure.ac 
> can append libmesh_LDFLAGS with system-specific stuff (in this case, defaults 
> to nothing but append -all-static on BlueGene) and then AC_SUBST that.
> 
> If you can come up with a system-specific m4 test (keying off host? target??) 
> that sets the proper value I can work to get it into the generated Makefiles.
> 
> -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


------------------------------------------------------------------------------
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