• 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
C++ Release Build Warnings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C++ Release Build Warnings


  • Subject: C++ Release Build Warnings
  • From: Todd Heberlein <email@hidden>
  • Date: Sun, 09 May 2010 07:59:17 -0700

In Xcode 3.2.2 when I create a new C++ command line tool, the *first* Release build gives me several warnings about the Release's build directory not found for the -L and -F options (see below). Subsequent builds generate no warnings (since the directory exists). The first Debug build doesn't have this issue.

Do I have some global preference set that is causing the problem?  Or is this some sign that I need to do something differently?

Thanks,

Todd



Ld build/test1.build/Release/test1.build/Objects-normal/x86_64/test1 normal x86_64
cd /Users/heberlei/Development/Tests/test1
setenv MACOSX_DEPLOYMENT_TARGET 10.6
/Developer/usr/bin/g++-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/heberlei/Development/Tests/test1/build/Release -F/Users/heberlei/Development/Tests/test1/build/Release -filelist /Users/heberlei/Development/Tests/test1/build/test1.build/Release/test1.build/Objects-normal/x86_64/test1.LinkFileList -mmacosx-version-min=10.6 -o /Users/heberlei/Development/Tests/test1/build/test1.build/Release/test1.build/Objects-normal/x86_64/test1

ld: warning: directory '/Users/heberlei/Development/Tests/test1/build/Release' following -L not found
ld: warning: directory '/Users/heberlei/Development/Tests/test1/build/Release' following -F not found


 _______________________________________________
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

  • Prev by Date: Re: NOOb Questions : Linker flags stays after project settings edit
  • Next by Date: C++ Visibility warning
  • Previous by thread: Re: NOOb Questions : Linker flags stays after project settings edit
  • Next by thread: C++ Visibility warning
  • Index(es):
    • Date
    • Thread