This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/11673] libmudflap does not compile on freebsd
- From: "gerald at pfeifer dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2003 13:39:51 -0000
- Subject: [Bug other/11673] libmudflap does not compile on freebsd
- References: <20030725141236.11673.lsjoberg@aland.net>
- 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
gerald at pfeifer dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gerald at pfeifer dot com
------- Additional Comments From gerald at pfeifer dot com 2003-07-29 13:39 -------
I experienced (and hack around) this before noticing this PR, so here are some
comments on suggested resolutions:
1. The MAP_ANON patch looks good; would you mind applying it, Frank?
2. The _POSIX issue should be resolved as in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11673#c8
but using __FreeBSD__ instead.
Still, it would be good to note (in comments) which platforms require _POSIX.
3. I agree that autoconf-ing the *64 functions is the best approach,
4. and similarly for union semun.