> Hi,
> I have a simple 'hello world' c++ programme:
>> #include<iostream>
>> int main()
> {
> cout << "Hello World\n" ;
> }
>> In Redhat 6.2 If I do:
> gcc test.cpp
Try g++ rather than gcc
luggage:~/cpp> g++ -o test t.cpp
luggage:~/cpp> ./test
Hello World
luggage:~/cpp>
luggage:~/cpp> gcc -o test t.cpp
/tmp/ccLTlmz5.o: In function `main':
/tmp/ccLTlmz5.o(.text+0xf): undefined reference to `cout'
/tmp/ccLTlmz5.o(.text+0x14): undefined reference to `ostream::operator<<(char
const *)'
collect2: ld returned 1 exit status
luggage:~/cpp>
>> I get:
> /tmp/cchQ2x6N.o: In function `main':
> /tmp/cchQ2x6N.o(.text+0x9): undefined reference to `cout'
> /tmp/cchQ2x6N.o(.text+0xe): undefined reference to `ostream::operator<<(char
> const *)'
> collect2: ld returned 1 exit status
>> If I do
> gcc -c test.cpp
> I get no errors, so the problem is in the linking.
>> If I do
> g++ test.cpp
> it works. If I run a.out I get 'Hello World'.
>> Any ideas?
> The system is pretty much an out-of-the-box Redhat 6.2, although I have
> installed Nautilus and Ximian Gnome.
>> Thanks
> Conor
>> --
> Irish Linux Users' Group: ilug at linux.ie>http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
> List maintainer: listmaster at linux.ie
--
** Chris Higgins e: chris.higgins at horizon.ie **
** Technical Business Development tel: +353-1-6204916 **
** Horizon Technology Group fax: +353-1-6204949 **
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!