This is the mail archive of the cygwin@sourceware.cygnus.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]

g++ question: 'smanip' error message



I am trying to compile someone else's C++ code. Everything goes well until
the link phase, when I get the error message

  undefined reference to 'operator<<(ostream &, smanip<int> const &)'

This operator appears to be present in libstdc++.a, but linking with this
library makes no difference. Any pointers greatly appreciated - I'm no C++
guru and I'm stumped.

Thanks

Albert

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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