Hi Wolfgang, Thanks for fixing this, but I think something may still be wrong.
I got this, which is good: checking whether compiler understands option -Wl,-soname... no checking whether compiler understands option -Wl,- dylib_install_name... yes But then I ran into this: make[1]: `Makefile.dep' is up to date. cd /Users/jpitt/prog/lib/deal/lib && /usr/bin/make external-links ======================debug============= Linking library: libpetscall.g.dylib ======================optimized========= Linking library: libpetscall.dylib ld: unknown option: -o/Users/jpitt/prog/lib/deal/lib/libpetscall.dylib. 6.2.pre collect2: ld returned 1 exit status make[1]: *** [libpetscall.dylib] Error 1 make: *** [deps] Error 2 make: *** Waiting for unfinished jobs.... Jon On Oct 9, 2008, at 4:29 PM, Wolfgang Bangerth wrote: > > Jon > >> cd /Users/jpitt/prog/lib/deal/lib && /usr/bin/make external-links >> ======================debug============= Linking library: >> libpetscall.g.dylib >> ld: unknown option: -soname > > My apologies for the breakage -- I should have been a bit more > careful with > this. I believe I've fixed this and also made it so that it uses the > flag you > found for Mac OS X (thanks a lot for the link!). > > Can you try with the version in svn (17154) I just checked in? Upon > running ./configure there is a section on shared libraries where I get >> -------------- configuring shared/static libs --------------- >> checking whether compiler understands option -Wl,-soname... yes >> checking whether compiler understands option -Wl,- >> dylib_install_name... no > and where you should get the opposite effect. > > Thanks for your help! > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [EMAIL PROTECTED] > www: http://www.math.tamu.edu/~bangerth/ > > _______________________________________________
