Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

windywater

macrumors newbie
Original poster
Apr 2, 2012
2
0
Hi, everyone,
I am using XCode3, and I want to know where to view the compiling and linking comand lines while the project is being building, e.g. "g++ -c -pipe -Os -w -arch i386 -fPIC -DNDEBUG -o source.o source.cpp ...".
Could anyone tell me?Thanks in advance.
 
Open the build results window by choosing Build > Build Results. The build transcript tells you the steps Xcode takes to build the project. How you open the build transcript depends on the Xcode 3 version you are using. In Xcode 3.0 and 3.1 there are a set of small buttons at the bottom of the build results window. One of those buttons (I'm not 100% sure of which button) opens the build transcript.

If you are using Xcode 3.2, read the following article to learn how to open the build transcript:

Xcode 3.2: Where Did the Build Transcript Go?
 
Open the build results window by choosing Build > Build Results. The build transcript tells you the steps Xcode takes to build the project. How you open the build transcript depends on the Xcode 3 version you are using. In Xcode 3.0 and 3.1 there are a set of small buttons at the bottom of the build results window. One of those buttons (I'm not 100% sure of which button) opens the build transcript.

If you are using Xcode 3.2, read the following article to learn how to open the build transcript:

Xcode 3.2: Where Did the Build Transcript Go?

Got it.Thanks a lot!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.