On Sat, Jul 05, 2003 at 01:46:56AM +0200, Ralf H?ling wrote: > Hi Paul! > Am Samstag, 05.07.03 um 01:36 Uhr schrieb Paul: > >> > >>>ralf# gcc /Users/ralf/gcctest.txt > >>>ld: /Users/ralf/gcctest.txt bad magic number (not a Mach-O file)
Maybe this errormessage is produced because you named the file gcctest.txt. Normaly gcc return with this message (looks like modified by apple): gcctest.txt: file not recognized: File format not recognized collect2: ld returned 1 exit status Rename the file to gcctest.cpp and try again. bye .. carsten
