Re: as & ld equivalents of gcc

2001-09-14 Thread Pietro Cagnoni
> So, how do I get these to resolve? i don't know exactly, but if you run $ gcc -v -c hello.cc you will see the calls to as and ld on output, and you can start investigate from there. hope it helps. pietro.

as & ld equivalents of gcc

2001-09-13 Thread Darryl Röthering
Can someone save me some time by giving me the proper options for using gcc -S to generate an absolutely minimal assembler output & listing; then as & ld that will result in a proper compile for a simple "hello world" program? I am getting problems with this in cygwin. A simple gcc of the hello