Exception handling information in the macintosh
Dave Korn
dave.korn.cygwin@googlemail.com
Fri Feb 5 20:49:00 GMT 2010
On 05/02/2010 18:46, jacob navia wrote:
> The build crashed in the java section by the way, there was a script that
> supposed the object files in a .libs directory but the objects were in the
> same directory as the source code. This happened several times, so at the
> end I stopped since I am not interested in Java.
Then this is just FYI: there should have been matching sets of .o files in
both the main directory and the .libs subdirectory; the ones in the .libs
subdir are/should be compiled as position-independent code. That's how it
usually works anyway; Darwin may do things differently.
You also shouldn't build in the source directory, it's not guaranteed to
work and occasionally fails in peculiar ways.
cheers,
DaveK
More information about the Gcc
mailing list