Re: Linker error with std C tool -- SOLVED
Re: Linker error with std C tool -- SOLVED
- Subject: Re: Linker error with std C tool -- SOLVED
- From: Chris Espinosa <email@hidden>
- Date: Tue, 13 Oct 2009 12:00:56 -0700
On Oct 13, 2009, at 10:53 AM, McLaughlin, Michael P. wrote:
> The problem posted (see below) arose because I was porting legacy C code,
> originally written by a FORTRAN coder, and all the filenames, *including the
> extension*, were in upper case. When I changed .C to .c, Xcode worked fine.
GCC interprets ".C" files as C++, which is why the extern "C" { } block would be necessary when referring to symbols in C files.
Chris _______________________________________________
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