X-Authentication-Warning: acs5.acs.ucalgary.ca: bjde owned process doing -bs Date: Fri, 17 Dec 1999 15:05:19 -0700 (MST) From: Niel de Beaudrap To: djgpp AT delorie DOT com Subject: compilation problem at link stage -- Never Mind In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Boy, do I feel stupid... the problem is obvious even just from the output! Sorry all. Niel > 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 > >