• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: avoid space in path names
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >avoid space in path names (From: Stefan Werner <email@hidden>)
 >Re: avoid space in path names (From: David Fang <email@hidden>)
 >Re: avoid space in path names (From: "Sean McBride" <email@hidden>)
 >Re: avoid space in path names (From: Steve Checkoway <email@hidden>)
 >Re: avoid space in path names (From: "Justin C. Walker" <email@hidden>)
 >Re: avoid space in path names (From: Graham J Lee <email@hidden>)
 >Re: avoid space in path names (From: "Justin C. Walker" <email@hidden>)
 >Re: avoid space in path names (From: Eric Albert <email@hidden>)
 >Re: avoid space in path names (From: "Justin C. Walker" <email@hidden>)
 >Re: avoid space in path names (From: Alastair Houghton <email@hidden>)

  • Prev by Date: Re: avoid space in path names
  • Next by Date: Re: Different structure sizes
  • Previous by thread: Re: avoid space in path names
  • Next by thread: Re: avoid space in path names
  • Index(es):
    • Date
    • Thread