Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2004 16:30:50 +0200
From:      Divacky Roman <xdivac02@stud.fit.vutbr.cz>
To:        current@freebsd.org
Subject:   buildworld failure with -Os
Message-ID:  <20040728143050.GA51507@stud.fit.vutbr.cz>

next in thread | raw e-mail | index | archive | help
CFLAGS=-Os -pipe (-Os is basically -O2)

.9\" -DDAEMON_UID=1 -DDAEMON_GID=1  -DDEFAULT_BATCH_QUEUE=\'E\'
-DDEFAULT_AT_QU
EUE=\'c\' -DPERM_PATH=\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at
-I/
usr/src/libexec/atrun   -o atrun atrun.o gloadavg.o
/usr/obj/usr/src/i386/usr/lib/libc.so: undefined reference to
`pthread_mutex_des
troy_int'
/usr/obj/usr/src/i386/usr/lib/libc.so: undefined reference to
`pthread_cond_dest
roy_exp'
/usr/obj/usr/src/i386/usr/lib/libc.so: undefined reference to
`pthread_mutex_try
lock_exp'
/usr/obj/usr/src/i386/usr/lib/libc.so: undefined reference to
`pthread_key_creat
e_int'


and zillion of others... I also had to disable CXXFLAGS which was set to
CXXFLAGS+= -fmemoize-lookups -fsave-memoized

roman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040728143050.GA51507>