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 ", then it could be possible. -- Tom To Unsubscribe: send mail

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

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

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 th

Re: AW: Linking Linux object files under FreeBSD

2000-05-29 Thread Thomas Runge
d_f0rce wrote: > Isn't there an easier/quicker way to generate my program besides > from using Linux itself? > If no, is there a port to install a Linux cc under /compat/linux? Well, imagine, the object files use some stuff from libc. How will you match that from Linux' to our libc? I think, you

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

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

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