I've been trying to build a c++ Xcode 2.2 project under gcc 3.3 in
order to ship a c++ based solution to customers running MacOS
versions prior to 10.3.9.
The project builds fine with gcc 4, but now I always get this error:
"gcc-3.3: cannot specify -o with -c or -S and multiple compilations"
The strange this is, I can build some projects with gcc 3.3 (using
the GCC_VERSION build setting) but not wxWidgets (which other
projects depend on). And even projects which work have both "-o" and
"-c" as options to gcc, so the error message seems very misleading.
I figured it could be something wrong with the project file, so I
created a new one by hand.. still the same old errors though.
Any ideas what's causing this issue?
Cheers,
Nick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden