better control over make.conf?

2004-11-09 Thread l0kit0
hi, ive seen a feature from gentoo that i really liked, and i wanted to know if fbsd have something like it, i mean the /uses/ variables in make.conf, where one can specify better control over make, for example (from http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=2): Let us

setl programming language under linux-emulation

2004-11-08 Thread l0kit0
hi, i need to make setl programming language (http://cs1.cs.nyu.edu/bacon/download-setl.html) work under freebsd5 (for discrete math lab), no srcs available, i just found linux2.0.18 binary (from latter link), the problem is that this is linked to libc.so.5 and it seems to be broken

Re: setl programming language under linux-emulation

2004-11-08 Thread l0kit0
It looks like the linux_base-6 port installs a libc.so.5 file (into /usr/i486-linux-libc5/lib/libc.so.5, though). You should also be able to just copy the required libraries off a working Linux system. Just make sure you don't overwrite existing files with older ones. dan, thanks man!, that