Re: gcc frontend bug when compiling fat/universal?
Re: gcc frontend bug when compiling fat/universal?
- Subject: Re: gcc frontend bug when compiling fat/universal?
- From: Eric Albert <email@hidden>
- Date: Wed, 8 Feb 2006 10:12:59 -0800
On Feb 8, 2006, at 8:04 AM, Roland Schwingel wrote:
4. It is fat lib now... Use lipo to prove it.
$ lipo -info libhello.a
Architectures in the fat file: libhello.a are: i386 ppc
6. Fine so far (when linking to ppc this works as well). Try to get an universal binary now, but remove i386 hello before.
$ rm hello
$ gcc -v -arch i386 -arch ppc -L. -lhello -o hello
Nothing happens!! NO file is produced no linking is started!!
I asume a problem in the gcc frontend when parsing the parameters... Is this bug already known? Anything in sight that this will be fixed?
That sounds more like a gcc driver bug than a gcc frontend bug. Regardless, I don't think we're aware of the issue. Please file a bug report at <http://bugreport.apple.com/>.
Thanks,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden