Loading a shared Linux library from a FreeBSD program?

2003-11-16 Thread Markus Niemistö
Hi, Is there any way to load a shared Linux library from a FreeBSD program? I need to get one freeware (but not open source) library only available for Linux working with my native FreeBSD program. I hear there is somekind of a wrapper for Linux browser plugins. What kind of technique it uses? I

Re: Loading a shared Linux library from a FreeBSD program?

2003-11-16 Thread Kris Kennaway
On Sun, Nov 16, 2003 at 11:55:30AM +0200, Markus Niemist? wrote: > Hi, > > Is there any way to load a shared Linux library from a FreeBSD program? I don't think so. With a bit of effort, you can compile your source as a Linux binary on FreeBSD. This has been discussed a number of times in the p

Re: Loading a shared Linux library from a FreeBSD program?

2003-11-16 Thread Daniel O'Connor
On Sunday 16 November 2003 20:58, Kris Kennaway wrote: > > Is there any way to load a shared Linux library from a FreeBSD program? > > I don't think so. With a bit of effort, you can compile your source > as a Linux binary on FreeBSD. This has been discussed a number of > times in the past - see