parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

Nikon 11.02.2004 13:47

Да. Компилятор - gcc 3.2
[root@svr zhik]# gcc -v
Reading specs from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,f77,objc,java --program-suffix=-3.2 --enable-objc-gc --with-system-zlib --without-included-gettext --host=i586-alt-linux --build=i586-alt-linux --target=i586-alt-linux
Thread model: posix
gcc version 3.2.3 (ALT Linux, build 3.2.3-alt3)

Вот что еще обнаружилось, после редактирования parser3.C (до этого забыл проверить)

[root@svr zhik]# ld /usr/lib/libparser3mysql.so
ld: warning: cannot find entry symbol _start; not setting start address
/usr/lib/libparser3mysql.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/lib/libparser3mysql.so: undefined reference to `lt_dlerror'
/usr/lib/libparser3mysql.so: undefined reference to `__gxx_personality_v0'
/usr/lib/libparser3mysql.so: undefined reference to `vtable for __cxxabiv1::__class_type_info'
/usr/lib/libparser3mysql.so: undefined reference to `lt_dlopen'
/usr/lib/libparser3mysql.so: undefined reference to `lt_dlsym'
/usr/lib/libparser3mysql.so: undefined reference to `lt_dlinit'