Strange linker messages on 4.5 buildworld

2002-07-01 Thread d_f0rce
Hi, cause of the resolver bug I cvsuped to RELENG_4_5 and wanted to rebuild world. Unfortunately I get some strange linker messages: cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libipsec -DIPSEC_DEBUG -DIPSEC -DINET6 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/l

Understanding what happens on open() within the kernel

2000-10-23 Thread d_f0rce
Hi, i'm currently working on understanding the FreeBSD kernel. Therefore I read the book "The design and implementation of the 4.4BSD OS". As I know that most of the things described in this book are probably no longer up to date, I think that the basics should be the same. As I would like to exp

Re: Linking Linux object files under FreeBSD

2000-05-30 Thread d_f0rce
Thanks for your detailed answers. I will try and install the linux developement environment now. Regards, Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

AW: AW: Linking Linux object files under FreeBSD

2000-05-30 Thread d_f0rce
> > When I do a "chroot /compat/linux/ /bin/bash" I have to > > install a whole developement environment under /compat/linux or > > do I miss something here. > YES OF CAUSE! > You need full linux developement environment to translate > or link something for linux > I think that in named now /usr/p

AW: Linking Linux object files under FreeBSD

2000-05-29 Thread d_f0rce
Hi, > > Background: > > I have to extend a programm for which I only got > > the object Files. This programm calls functions > > I have to write. As I don't have a Linux system > > at home I would like to use those object-files > > under FreeBSD to test my code. > > > > Is this possible? > > It

Linking Linux object files under FreeBSD

2000-05-29 Thread d_f0rce
Hi, Can anyone tell me if it is possible to link object files which were compiled under Linux on a FreeBSD system. Background: I have to extend a programm for which I only got the object Files. This programm calls functions I have to write. As I don't have a Linux system at home I would like to