Re: Compile in Leopard, use in Tiger (again)
Re: Compile in Leopard, use in Tiger (again)
- Subject: Re: Compile in Leopard, use in Tiger (again)
- From: Jonas Maebe <email@hidden>
- Date: Sat, 24 Nov 2007 14:45:29 +0100
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.
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:
-macosx_version_min 10.2
(note: those underscores are *not* a typo, ld expects underscores as
opposed to gcc; also, ld does not want an equals sign).
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden