Re: a.out binaries

2003-08-15 Thread Terry Lambert
S.Gopinath wrote: I'm required to run a.out binaries like foxplus in a recent Intel based hardware. I have chosen FreeBSD 5.1 and successfuly installed. But I could not run a.out binaries like Foxplus. I tried it by load ibcs modules and aout modules in /boot/kernel directory. My

Re: Stripping a.out binaries

2000-11-26 Thread Donald J . Maddox
You can use 'strip -aout fname' to strip it. As far as I know, there is currently no way to specify the executable format to 'install -s'. I haven't tried it, but you might be able to use the OBJFORMAT or OBJECT_FORMAT (not sure which form is correct) environment variable to make install DTRT