|
From: SourceForge.net <no...@so...> - 2005-10-08 17:44:20
|
Bugs item #1304830, was opened at 2005-09-26 06:20 Message generated for change (Comment added) made by paklein You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1304830&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: akesson (akesson) Assigned to: Nobody/Anonymous (nobody) Summary: Compiling on Mac OS X 10.4.2 fails Initial Comment: Hi there, I am trying to compile QuantLib 3.10 on my Mac. I get the following compiler error ld: warning multiple definitions of symbol ___eprintf and the compiler is complaining about some other multiple definitions. Anyone any idea what I am doing wrong ? Logfile of the make is attached ... Cheers Fredrik ---------------------------------------------------------------------- Comment By: Patrick Klein (paklein) Date: 2005-10-08 10:44 Message: Logged In: YES user_id=507736 It looks like the configure script is not picking up the version of 10.4 correctly, and this was causing the wrong linker flags to be used. I found that if I set setenv MACOSX_DEPLOYMENT_TARGET 10.4 then re-ran configure, everything built -- except the examples. I'm trying now with --disable-shared, but I'm still getting some linker errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1304830&group_id=12740 |