Re: avoid space in path names
Re: avoid space in path names
- Subject: Re: avoid space in path names
- From: Steve Checkoway <email@hidden>
- Date: Wed, 14 Dec 2005 17:22:24 -0800
On Dec 14, 2005, at 4:46 PM, Alastair Houghton wrote:
Anyway, as I said, I bet GCC just looks at the command line.
You are correct.
$ cat foo.c
void foo() { }
$ gcc -c foo.c
$ nm foo.o
00000000 T _foo
$ gcc -c foo.C
$ nm foo.o
00000000 T __Z3foov
00000000 A __Z3foov.eh
- Steve
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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