This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/11673] New: libmudflap does not compile
- From: "lsjoberg at aland dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2003 14:12:37 -0000
- Subject: [Bug other/11673] New: libmudflap does not compile
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11673
Summary: libmudflap does not compile
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lsjoberg at aland dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-unknown-freebsd4.8
GCC host triplet: i386-unknown-freebsd4.8
GCC target triplet: i386-unknown-freebsd4.8
There are a numerous number of problems with libmudflap which break FreeBSD bootstrapping.
See http://gcc.gnu.org/ml/gcc/2003-06/msg02511.html for details.
Furthermore the current cvs-version also bangs with
/stuff/gcc.obj/gcc/xgcc -B/stuff/gcc.obj/gcc/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/bin/ -B/stuff/gcc.install/i386-unknown-freebsd4.8/lib/ -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/include -isystem /stuff/gcc.install/i386-unknown-freebsd4.8/sys-include -DHAVE_CONFIG_H -I. -I../../../gcc/libmudflap -I. -O2 -g -O2 -Wall -O2 -g -O2 -DLIBMUDFLAPTH -DWRAP_pthreadstuff -c ../../../gcc/libmudflap/mf-hooks3.c -fPIC -DPIC -o pth/.libs/pthreadstuff-hook.o
../../../gcc/libmudflap/mf-hooks3.c: In function `pthread_create':
../../../gcc/libmudflap/mf-hooks3.c:404: error: `MAP_ANONYMOUS' undeclared (first use in this function)
../../../gcc/libmudflap/mf-hooks3.c:404: error: (Each undeclared identifier is reported only once
../../../gcc/libmudflap/mf-hooks3.c:404: error: for each function it appears in.)
[linus@hal9000 ~]$ uname -a
FreeBSD hal9000.alcom.aland.fi 4.8-STABLE FreeBSD 4.8-STABLE #5: Fri Jul 4 11:24:45 EEST 2003 root@hal9000.alcom.aland.fi:/usr/obj/usr/src/sys/HAL i386
[linus@hal9000 ~]$