Date: Tue, 23 Dec 1997 12:39:23 -0800 (PST) Message-Id: <199712232039.MAA20612@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Kester Maddock , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Erreur with linker Precedence: bulk At 01:41 12/23/1997 -0800, Kester Maddock wrote: > >You are trying to call a class member like a C function. >
compile using >
    gcc -c main.cpp -o main.o >
    gcc -c test.cpp -o test.o >
    gxx -o test.exe main.o test.o >
(or use your makefile) Please do not post in HTML. Those of us whose mailreaders can't handle it have extreme difficulty figuring out what you wrote. There is probably an option in whatever you use to compose your mail that should disable this. Nate Eldredge eldredge AT ap DOT net