Re: bsd.prog.mk doesn't link c++ programs correctly?

2002-03-31 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Simon 'corecode' Schubert [EMAIL PROTECTED] writes: : hi hackers! : : i'm in progress in writing a c++ program utilizing bsd.prog.mk : : i wondered why my programs won't link correctly when i don't add a line : LDFLAGS=-lstdc++ : no i was trying out

bsd.prog.mk doesn't link c++ programs correctly?

2002-03-29 Thread Simon 'corecode' Schubert
hi hackers! i'm in progress in writing a c++ program utilizing bsd.prog.mk i wondered why my programs won't link correctly when i don't add a line LDFLAGS=-lstdc++ no i was trying out gcc30 (whoa, slow!) and it didn't want to link with or without the above line. it seems c++ programs need to