On Fri, 3 Oct 2014, Dana Christen wrote:

> That's interesting: link_all_deplibs is set to "no" on this Ubuntu
> 14.04 machine. However, it is set to "unknown" on a machine running
> Ubuntu 13.04, where everything works fine.

This might be it, then.  While looking through some unrelated code
history I stumbled across:

https://github.com/grinsfem/grins/pull/6/files

where I apparently encountered and used a hackish workaround for this
problem before.

I suppose the long term solution from libMesh's POV is that we should
propagate dependency library flags manually rather than relying on
libtool to do it for us.  That's annoying.  libtool makes you jump
through a bunch of annoying scripts, and unless you need help making
your stuff compile on 1990s Unices, the only benefit is that it gets
your dependency library flags right.  You had ONE JOB to do, libtool!
---
Roy

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to