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
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
> > 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
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
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
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
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
[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
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
9 matches
Mail list logo