I’m having some trouble, and getting Command /Developer/Cocotron/1.0/Linux/i386/gcc-4.3.1/bin/i386-ubuntu-linux-gcc failed with exit code 1 in the link stage. Now, I may be a crazy person, but I seem to recall being able to get something a little more specific in Xcode 3? If I recall correctly, I used to get this sort of helpful warning:
warning: libpulse-simple.so.0, needed by /Developer/Cocotron/1.0/Linux/
i386/Frameworks//libSDL-1.2.so, not found (try using -rpath or -rpath-
link)
But now I seem to get only a “failed with exit code 1”, which is not helpful at all in trying to debug. Anyone have any ideas?
While it’s not strictly “in Xcode”, I discovered that one can just copy the
ldcommand straight out of Xcode’s warning tab and run it in Terminal, and thus get the detailed errors straight from the command line.