On 08/13/2010 10:58, Anonymous wrote:
I guess machine-dependent headers are involved.

   $ cc -m32 -B/usr/lib32 a.c
   $ ./a.out
   match: off=0 so=3 eo=0
   $ ln -s /usr/src/sys/i386/include machine
   $ cc -m32 -B/usr/lib32 -isystem. a.c
   $ ./a.out
   match: off=0 so=3 eo=4
   match: off=4 so=3 eo=4

Same thing is happening for mmap()
   
http://docs.freebsd.org/cgi/mid.cgi?20100524.134955.2300883222251175323.okuno.kohji

But what is the general solution for this problem? Symbolic link that you created only exists in one local directory.

Yuri
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to