gcc makefile hello world (iostream issue)

blessman11 blessingta@hotmail.co.uk
Mon Jun 25 13:18:00 GMT 2012




On 20 June 2012 23:04, blessman11 wrote:

> [output]all: hello
>        -std=c++11
>
> objects = hello.o
>
> edit: $(objects)
>        g++ -o edit $(objects)
> [/output]

It's now complaining about an unidentified reference to 'std::cout', what is
that suppose to mean when I've got a simple hello program I'm trying to run?
-- 
View this message in context: http://old.nabble.com/gcc-makefile-hello-world--%28iostream-issue%29-tp34045781p34066413.html
Sent from the gcc - libstdc++ mailing list archive at Nabble.com.



More information about the Libstdc++ mailing list