[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: newbie linker error - RESOLVED



On Wed, Apr 07, 1999 at 05:01:53PM -0500, Stephen Pitts wrote:
> On Tue, Apr 06, 1999 at 11:41:30PM -0500, Matt Miller wrote:
> 
> 1. You don't need to compile the object files and then link them in two seperate steps.

This fixed it for me.  I changed my Makefile to have only a single line:

	t:

This caused make to generate the following command line:

	g++     t.cc   -o t

Apparently libstdc++ was then found without any more help from me.

Thanks.

Matt Miller

---------------------------------------------
'Small is beautiful.'
	- Mark Gancarz, 'The Unix Philosophy'


Reply to: