This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/11673] libmudflap does not compile on freebsd


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



------- Additional Comments From lsjoberg at aland dot net  2003-07-25 15:47 -------
With the patch applied that specific wrapper compiles fine.

The remaining problems are:
* WRAP_stat64 failes since there is no syscall stat64
* WRAP_fseeko64 failes since there is no syscall fseeko64
* WRAP_ftello64 failes since there is no syscall ftello64
* WRAP_semctl gives a 'error: redefinition of `union semun''
* _POSIX_SOURCE introduces a problem with sa_family_t since u_char is undefined.

See 
http://gcc.gnu.org/ml/gcc/2003-06/msg02490.html
http://gcc.gnu.org/ml/gcc/2003-06/msg02490.html
for all the details.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]