Hi Wolfgang, Unfortunately, I have more linker problems. I just installed a fresh copy of 10.4 on an Intel mac, and installed developer tools 2.4.1 (gcc 4.0.1 with deal.ii revision 17463). When trying to link base (and probably subsequent libs) I get:
/usr/bin/libtool: unknown option character `d' in: -dylib_install_name I think this has to do with the issue we talked about before...perhaps something changed in the gcc distributed from 10.4 to 10.5? The message continues with: usage: /usr/bin/libtool -dynamic ... Do you have any ideas? Thanks, Jon On Oct 26, 2008, at 7:51 PM, Wolfgang Bangerth wrote: > > Christian, > >> two patches against SVN -r17154 attached. >> (Found in current SVN -r17279). >> >> The first corrects an obvious typo that inhibits an install_name >> specification from being passed to the MacOS linker. >> >> The second is provided to specify the library version /before/ the >> dylib suffix instead of after it, unless the suffix is ".so". >> Thus, ".dll" and ".dylib" remain at the end of the filename, like it >> should be (as I suppose -- I do not develop on ".dll" platforms). > > Thanks a lot for the patches -- I've just applied them! > > Feel free to let us know about other issues you find. None of the > deal.II > developers who understand the build system have a Mac and so we're > interested in any feedback we can get! > > Cheers > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [EMAIL PROTECTED] > www: http://www.math.tamu.edu/~bangerth/ > > > _______________________________________________ > _______________________________________________
