07-19-2005, 09:23 PM
Hola gente, estoy teniendo un problema para compilar c++ (usando gcc) en Debian Sarge, este es el resultado de intentar compilar un hola mundo.
Código:
/tmp/cc0Rf4TP.o(.text+0x35): En la función `__static_initialization_and_destruction_0(int, int)\':
: undefined reference to `std::ios_base::Init::Init[in-charge]()\'
/tmp/cc0Rf4TP.o(.text+0x66): En la función `__tcf_0\':
: undefined reference to `std::ios_base::Init::~Init [in-charge]()\'
/tmp/cc0Rf4TP.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0\'
collect2: ld devolvió el estado de salida 1
