> Maybe something went wrong in my local install? > w/ the system gcc there is no problem.
Certainly it seems something is off... In any case, the other approach I would call more of a hack, but it will work... Edit your Make.common & Make.common.in, and change line 30 >From libmesh_LDFLAGS = @LDFLAGS@ To libmesh_LDFLAGS += @LDFLAGS@ Then $ export libmesh_LDFLAGS="-Wl,-rpath,..." And then libmesh-config should work for you. Let me know. -Ben ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
