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

Reply via email to