2006/6/20, Simeon Nifos <[EMAIL PROTECTED]>:
Does anybody know how to convert a shared object compiled in Linux foo-linux.so to a shared object compiled for FreeBSD freebsd-foo.so? I mean a freebsd-foo.so to which I can link with objects compiled by a native FreeBSD compiler. Or equivalently how to create a FreeBSD foo.so from a linux foo.so which would be identical to that which would be compiled from source in FreeBSD? Thanks in advance! Simeon. --------------------------------- Want to be your own boss? Learn how on Yahoo! Small Business. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to " [EMAIL PROTECTED]"
You are probably just needing to read about the linux-base, you can run linux softwares there, you don't need to convert anything. cd /usr/ports/emulators/linux_base-fc4 Don't forget to add at your fstab: linproc /compat/linux/proc linprocfs rw 0 0 Anytime you need to run a linux software use to linux-base. Hugo Pessoa/NgD Vulto. -- [Freebsd User Group] Fug-Br/BsD-Ce proud active member. There will be a day machines will reign, and only the ones able to understand them will survive. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
