Mail Archives: djgpp/1997/08/30/16:47:55
Macs wrote:
>
> Creating: pippo.exe
> Error: pippo.o: In function `main':
> pippo.cc(8) Error: undefined reference to `String::String(void)'
The class String is part of libgpp, which is not automatically
linked in C++ programs (even when RHIDE adds automatically
some C++ libraries).
Go to Options/Libraries and add there in one free line
the word gpp and turn the checkbox before it on.
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -