Hello, On Mon, 11 Nov 2002, Nathan Hawkins wrote:
> There is no current package list for freebsd-i386. :( I don't believe I > have built BSD window. In any case, the packages you're referring to are > based on the FreeBSD libc, and would be of no help to you on glibc. > (..) > It's generally more tedious than difficult. I see. I'm having lots of small basic stupid compile errors indeed. I just scp'ed the /usr/src/usr.bin/window from a FreeBSD 4.6.2 box to my Debian unstable box, did the same for /usr/include/machine after pmake/cc complained about a missing header file and now I'm stuck with things like ww.h:141: duplicate member `C_m' ww.h:142: duplicate member `C_c' (these depend on #if BYTE_ORDER settings, which probably are wrong..) I guess it's going to be a nice quest through BSDisms to 'fix' the code to compile on glibc, but isn't there another way? I hoped debian-bsd had "ported" some of these dependencies already :) Besides, I have a strong feeling that I'm doing something weird.. :) After reading the web page, I conclude that I'm wanting exactly the opposite of what you are probably doing: instead of bringing Debian to FreeBSD, I'm trying to get a bit of BSD-code to Linux-land for fun only. Is it even legal to make BSD-licensed code depend upon GPL-code..? (I only want to know whether I'm choosing the right solution, I don't want a full-sized flamewar which has probably been on -legal years ago anyway) Thanks, Pieter-Paul

