Re: Linking Linux object files under FreeBSD

2000-05-30 Thread Martin Cracauer
In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi, Can anyone tell me if it is possible to link object files which were compiled under Linux on a FreeBSD system. Stricly speaking, yes, but you have to use one C library consistently, that means, include files and library linked to must be

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

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

Re: AW: AW: Linking Linux object files under FreeBSD

2000-05-30 Thread Thomas Runge
d_f0rce wrote: Just to improve my knowledge: Is it possible to link those "linux object files" to a FreeBSD programm which runs on FreeBSD without Linux Emu? In general: No. If your c-files compile without *any* "#include whatever.h", then it could be possible. -- Tom To Unsubscribe:

Re: Linking Linux object files under FreeBSD

2000-05-29 Thread Aleksandr A.Babaylov
[EMAIL PROTECTED] writes: 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

Re: AW: Linking Linux object files under FreeBSD

2000-05-29 Thread Aleksandr A.Babaylov
d_f0rce writes: [Charset iso-8859-1 unsupported, filtering to ASCII...] 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