This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc makefile hello world (iostream issue)




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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]