X-Authentication-Warning: acs5.acs.ucalgary.ca: bjde owned process doing -bs Date: Fri, 17 Dec 1999 12:24:06 -0700 (MST) From: Niel de Beaudrap To: djgpp AT delorie DOT com Subject: compilation problem at link stage Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Hello -- I'll ask your forgiveness, as this /sounds/ like it must be a simple problem, but I'm just illiterate enough not to have a clue what it is... I'll keep this short -- one source, one class "__2nybs" (not that the name is likely to matter). Here's the compiler output I get: gxx -x c++ -O2 -c src/main.c++ -o objs/main.o gxx -x c++ -O2 objs/main.o -o 2nybs.exe objs/main.o:1: syntax error before character 01 make.exe: *** [2nybs.exe] Error 1 What does this mean? Thanks in advance. Niel de Beaudrap