From: Luis Murf Newsgroups: comp.os.msdos.djgpp Subject: Re: object oriented Message-ID: <6hktgt8fms3l39ums4t07oc5ulb3k38use@4ax.com> References: X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 12 Date: Fri, 25 May 2001 21:42:57 GMT NNTP-Posting-Host: 213.224.108.200 X-Complaints-To: abuse AT pandora DOT be X-Trace: afrodite.telenet-ops.be 990826977 213.224.108.200 (Fri, 25 May 2001 23:42:57 MET DST) NNTP-Posting-Date: Fri, 25 May 2001 23:42:57 MET DST Organization: Telenet Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ok, thanks for searching guys, but I found it myself: i had to compile like this: gxx -c -Wall person.cpp gxx -c -Wall beroep.cpp gxx -c -Wall bereken.cpp gxx -o myprog.exe person.o beroep.o bereken.o