site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 24 Nov 2007, at 13:45, Tord Romstad wrote: My problem is that I use the Intel C++ compiler (version 10.1), which doesn't seem to support the -mmacosx-version-min=10.4 switch. -macosx_version_min 10.2 Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Does it have an option to specify parameters which are directly fed to the linker? In that case, try using that parameter to pass the following to ld: (note: those underscores are *not* a typo, ld expects underscores as opposed to gcc; also, ld does not want an equals sign). This email sent to site_archiver@lists.apple.com