Re: Building a.out binaries

1997-01-03 Thread Stephen Darragh
> Do you have /usr/i486-linuxaout/bin in your path before /usr/bin? Yes. ... Stephen -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Re: Building a.out binaries

1997-01-03 Thread Tim Sailer
Do you have /usr/i486-linuxaout/bin in your path before /usr/bin? Tim -- (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps "Paranoia is a survival mechanism." -- Anon ** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**

Re: Building a.out binaries

1997-01-02 Thread Stephen Darragh
> > I need to compile an a.out version of the (modified) login program, > > dynamically link against libc4 (obviously.) > > > > To this end, I installed all the gizmos - aout-binutils and aout-gcc. > > These programs (gcc and ld) run ok, but produce this warning : > > > > /usr/i486-linuxaout/bin/

Re: Building a.out binaries

1997-01-02 Thread Jens B. Jorgensen
Stephen Darragh wrote: > > I'm calling for help because I really don't have time to solve > this one myself. :) > > I need to compile an a.out version of the (modified) login program, > dynamically link against libc4 (obviously.) > > To this end, I installed all the gizmos - aout-binutils and a

Building a.out binaries

1997-01-01 Thread Stephen Darragh
I'm calling for help because I really don't have time to solve this one myself. :) I need to compile an a.out version of the (modified) login program, dynamically link against libc4 (obviously.) To this end, I installed all the gizmos - aout-binutils and aout-gcc. These programs (gcc and ld) run