On Sat, Dec 13, 2008 at 2:39 PM, Antoine Jacoutot <ajacou...@bsdfrog.org> wrote: > On Sat, 13 Dec 2008, Alexey Suslikov wrote: > >> $ cat /etc/mk.conf >> BSDOBJDIR=/var/obj >> WRKOBJDIR=/var/obj2 >> >> $ sudo nice make install >> ===> Configuring for gcc-4.2.20070307 >> loading site script /usr/ports/infrastructure/db/config.site >> loading cache ./config.cache >> checking host system type... i386-unknown-openbsd4.4 >> checking target system type... i386-unknown-openbsd4.4 >> checking build system type... i386-unknown-openbsd4.4 >> checking for a BSD compatible install... /usr/bin/install -c -o root -g bin >> checking whether ln works... yes >> checking whether ln -s works... yes >> checking for gcc... /var/obj2/gcc-4.2.20070307/bin/egcc >> checking whether the C compiler (/var/obj2/gcc-4.2.20070307/bin/egcc -O2 -g ) >> works... no >> configure: error: installation or configuration problem: C compiler cannot >> create executables. > > > You need libc.so.42.0
I have /usr/lib/libc.so.50.0 on this machine. Do I still need libc.so.42.0? Alexey