Re: aout support not working on todays -current

2003-01-23 Thread Bob Willcox
On Wed, Jan 22, 2003 at 11:25:16PM -0800, joseph wrote: Hi Bob, Go into your kernel of choice and build it with the following: options COMPAT_AOUT now to enable AOUT binaries from the kernel loader. Make and Install and reboot the about new kerenl and aout will now work for you. :)

Re: aout support not working on todays -current

2003-01-22 Thread joseph
Hi Bob, Go into your kernel of choice and build it with the following: options COMPAT_AOUT now to enable AOUT binaries from the kernel loader. Make and Install and reboot the about new kerenl and aout will now work for you. :) joseph AOUT binaries... elf is the all around executable format

aout support not working on todays -current

2003-01-21 Thread Bob Willcox
I cvsup'd and built and installed a new -current system and kernel this morning and immediately noticed that my setiathome processes no longer ran. It appears that aout support is no longer working in -current. Note that I do have the COMPAT_AOUT option set in my kernel config file (it is the

Re: aout support not working on todays -current

2003-01-21 Thread Mike Makonnen
I believe aout support was removed from the kernel some months ago. It was going to be made a port, but I don't know if that has happened yet. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc [EMAIL PROTECTED] | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9

Re: aout support not working on todays -current

2003-01-21 Thread Kris Kennaway
On Tue, Jan 21, 2003 at 12:42:23PM -0500, Mike Makonnen wrote: I believe aout support was removed from the kernel some months ago. It was going to be made a port, but I don't know if that has happened yet. You're confusing two issues. To run a.out binaries you just need COMPAT_AOUT. To

Re: aout support not working on todays -current

2003-01-21 Thread Mike Makonnen
On Tue, 21 Jan 2003 09:47:20 -0800 Kris Kennaway [EMAIL PROTECTED] wrote: You're confusing two issues. To run a.out binaries you just need COMPAT_AOUT. To generate new a.out binaries you need an a.out toolchain, which is what someone was going to make a port for, but never did. Ahh, I see.

Re: aout support not working on todays -current

2003-01-21 Thread Bob Willcox
On Tue, Jan 21, 2003 at 09:47:20AM -0800, Kris Kennaway wrote: On Tue, Jan 21, 2003 at 12:42:23PM -0500, Mike Makonnen wrote: I believe aout support was removed from the kernel some months ago. It was going to be made a port, but I don't know if that has happened yet. You're confusing two