This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Trying to build gcc on MacOS


Sorry, on that previous request for help, I meant to show that the
'ld' executable reports that it can't handle -arch i686, but can
handle -arch i386.

macintosh:~ bobw$ ld -arch i686
ld:  unknown/unsupported architecture name for: -arch i686
macintosh:~ bobw$ ld -arch i386
ld: no object files specified


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]