Message-ID: <368A8994.147AB686@gmx.net> Date: Wed, 30 Dec 1998 19:14:12 -0100 From: Robert Hoehne Organization: none provided X-Mailer: Mozilla 4.07 [de] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Almost A perfect linking... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Ofer Corshid wrote : > > Hello, > > main: $(OBJS) > g++ $(CXXFLAGS) $(OBJS) -o main > Are you sure what g++.exe is called? Can it be, that you have installed for instance CygWin (which comes with a g++.exe) and that g++.exe is in your path and a g++.exe from DJGPP is not in your PATH? To check it, simply run on command-line g++ -v and see, what it prints. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************