This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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]

gcc/gcc-2: Which paket is missing? (undefined reference to 'cout')


Hi.

Sorry for bothering, this should be a question for the faq but it's not
handled there.
When compiling&linking with a simple test program with use of 'cout' i get
undefined reference to `cout'. Obviously something in my installation is
missing
although I did not de-select anything the setup selects when selecting gcc.

Basically the question is: is there a lib/paket for the std-libraries?

Thanks
mic

gcc 2.95-3.6
gcc-2 2.95-3.9
libintl1 0.10.40-1
libintl2 0.11.2-2

#include <iostream>

int main()
{
     std::cout << "hi";

     return 0;
}

$ gcc -c t.cpp

$ gcc  t.o
t.o(.text+0x1c):t.cpp: undefined reference to `cout'
t.o(.text+0x21):t.cpp: undefined reference to `ostream::operator<<(char
const *)'
collect2: ld returned 1 exit status

$


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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