On Thu, 25 May 2006, Toni Mueller wrote:
I'd like to compile a small C++ program (part of building the HylaFAX port). This is the program:------------------------- #include "iostream.h" int main(){ cout << "Hello World!" << endl; return 0;} ------------------------- Compiling it goes like this: $ c++ testit.cc /tmp//cch21612.o(.text+0x1c): In function `main': : undefined reference to `endl(ostream&)'
... Actually, I tried to compile Qt 4.<something new> about a month ago on OpenBSD 3.8 and it also failed. The very same tarball compiled perfectly on RedHat's Fedora Core. No, it's not a "but report", I've given up compiling the Qt on OpenBSD. The purpose of my current message is just to note that there are also other applications that have some trouble and, frankly speaking, GCC 3.3.5 seems extremely old if compared to GCC 4.0.2. Regards, Martin Vahi

