-lSystem ?

Whitehill

Registered
Today I ran into this problem:

/usr/bin/libtool: for architecture: cputype (16777234) cpusubtype (0) file: -lSystem is not an object file (not allowed in a library)

I got this from builds of three different packages. In

/usr/libexec/gcc/darwin/ppc/3.3/specs

there are these lines

56 *lib:
57 %{!static:-lSystem}

Does anyone know what /usr/lib/libSystem.a is supposed to be? I am running 10.4.2.
 
Back
Top