HEllow all. A mai incercat cineva sa compileze $subj pe un slack 9.0 sau cu un gcc 3.2 ?
Mie cel putin imi da err. chiar daca am editat unele surse la care am adaugat #include <stdlib.h> si <string.h>. Aveti idee de pana me are mai putea fi ? (sorry ptr mesajul asa asa de lung) make[2]: Entering directory `/home/arny/vmailmgr-0.96.9/authenticate' gcc -g -O2 -fno-rtti -fno-exceptions -Wall -W -o authvmailmgr authvmailmgr.o authvlib.o ../lib/libvmailmgr.a -L../lib/courier-authlib -lauthmod -lcrypt authvlib.o(.text+0x194): In function `set_user(pwentry const*)': /home/arny/vmailmgr-0.96.9/authenticate/authvlib.cc:63: undefined reference to `operator new(unsigned)' authvlib.o(.text+0x2c0): In function `check': /home/arny/vmailmgr-0.96.9/authenticate/authvlib.cc:81: undefined reference to `operator new(unsigned)' authvlib.o(.text+0x429):/home/arny/vmailmgr-0.96.9/authenticate/authvlib.cc:93: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(configrc.o)(.text+0x19f): In function `configuration::~configuration [not-in-charge]()': /home/arny/vmailmgr-0.96.9/lib/config/configrc.h:20: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(configrc.o)(.text+0x1a8):/home/arny/vmailmgr-0.96.9/lib/config/configrc.h:20: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(configrc.o)(.text+0x22f):/home/arny/vmailmgr-0.96.9/lib/config/configrc.h:20: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(configrc.o)(.text+0x238):/home/arny/vmailmgr-0.96.9/lib/config/configrc.h:20: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(configrc.o)(.text+0x241):/home/arny/vmailmgr-0.96.9/lib/config/configrc.h:20: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(configrc.o)(.text+0x24a):/home/arny/vmailmgr-0.96.9/lib/config/configrc.h:20: more undefined references to `operator delete(void*)' follow ../lib/libvmailmgr.a(read_str.o)(.text+0x86): In function `configuration::read_str(mystring const&, mystring const&, config_cache<mystring>&) const': /home/arny/vmailmgr-0.96.9/lib/config/read_str.cc:35: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(read_str.o)(.text+0xbf): In function `configuration::read_str(mystring const&, mystring const&, config_cache<mystring>&) const': /home/arny/vmailmgr-0.96.9/lib/config/../mystring/mystring.h:111: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(exec.o)(.text+0x2c): In function `presetenv(char const*, mystring const&)': /home/arny/vmailmgr-0.96.9/lib/misc/../mystring/mystring.h:55: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(map_table.o)(.text+0x3e): In function `map_table::map_table[not-in-charge](mystring const&)': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:92: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(map_table.o)(.text+0x14f):/home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:201: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(map_table.o)(.text+0x377): In function `map_table::map_table[in-charge](mystring const&)': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:201: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(map_table.o)(.text+0x4bc): In function `map_table::~map_table [not-in-charge]()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:155: undefined reference to `operator delete[](void*)' ../lib/libvmailmgr.a(map_table.o)(.text+0x500): In function `map_table::~map_table [in-charge]()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:155: undefined reference to `operator delete[](void*)' ../lib/libvmailmgr.a(map_table.o)(.gnu.linkonce.t._ZN10hash_tableI8mystring9hash_nodeIS0_E8crc_hashE11base_insertEPS2_b+0xc0): In function `hash_table<mystring, hash_node<mystring>, crc_hash>::base_insert(hash_node<mystring>*, bool)': /home/arny/vmailmgr-0.96.9/lib/misc/../mystring/mystring.h:42: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(map_table.o)(.gnu.linkonce.t._ZN10hash_tableI8mystring9hash_nodeIS0_E8crc_hashE5allocEv+0x25): In function `hash_table<mystring, hash_node<mystring>, crc_hash>::alloc()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:90: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(map_table.o)(.gnu.linkonce.t._ZN10hash_tableI8mystring9hash_nodeIS0_E8crc_hashE5emptyEv+0x4f): In function `hash_table<mystring, hash_node<mystring>, crc_hash>::empty()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:92: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(map_table.o)(.gnu.linkonce.t._ZN10hash_tableI8mystring9hash_nodeIS0_E8crc_hashE7reallocEj+0x33): In function `hash_table<mystring, hash_node<mystring>, crc_hash>::realloc(unsigned)': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:91: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(pwentry_table.o)(.text+0x42): In function `pwentry_table::operator[](mystring const&) const': /home/arny/vmailmgr-0.96.9/lib/misc/pwentry_table.cc:71: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(rep.o)(.text+0x33): In function `mystringrep::alloc(unsigned)': /home/arny/vmailmgr-0.96.9/lib/mystring/rep.cc:87: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(rep.o)(.text+0x15d): In function `mystringrep::detach()': /home/arny/vmailmgr-0.96.9/lib/mystring/rep.cc:155: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(vdomain.o)(.text+0x1f6): In function `vdomain::table()': /home/arny/vmailmgr-0.96.9/lib/vdomain/vdomain.cc:48: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(cdb_exists.o)(.text+0x3f): In function `vpwtable::exists(mystring const&) const': /home/arny/vmailmgr-0.96.9/lib/vpwtable/cdb_exists.cc:26: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(cdb_getbyname.o)(.text+0x63): In function `vpwtable::getbyname(mystring const&) const': /home/arny/vmailmgr-0.96.9/lib/vpwtable/cdb_getbyname.cc:28: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(cdb_getbyname.o)(.text+0x89):/home/arny/vmailmgr-0.96.9/lib/vpwtable/cdb_getbyname.cc:31: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(cdb_getbyname.o)(.text+0x95):/home/arny/vmailmgr-0.96.9/lib/vpwtable/cdb_getbyname.cc:32: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(cdb_reader.o)(.text+0x291): In function `cdb_reader::nextrec()': /home/arny/vmailmgr-0.96.9/lib/cdb++/cdb_reader.cc:80: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(read_dir.o)(.text+0xa2): In function `configuration::read_dir(mystring const&, mystring const&, config_cache<mystring>&) const': /home/arny/vmailmgr-0.96.9/lib/config/read_dir.cc:35: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(fdbuf.o)(.text+0x14): In function `fdbuf::fdbuf[not-in-charge](int, bool, unsigned)': /home/arny/vmailmgr-0.96.9/lib/fdbuf/fdbuf.cc:36: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(fdbuf.o)(.text+0x8c): In function `fdbuf::fdbuf[in-charge](int, bool, unsigned)': /home/arny/vmailmgr-0.96.9/lib/fdbuf/fdbuf.cc:36: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(fdbuf.o)(.text+0x10d): In function `fdbuf::~fdbuf [not-in-charge]()': /home/arny/vmailmgr-0.96.9/lib/fdbuf/fdbuf.cc:60: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(fdbuf.o)(.text+0x131): In function `fdbuf::~fdbuf [in-charge]()': /home/arny/vmailmgr-0.96.9/lib/fdbuf/fdbuf.cc:60: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(fdibuf.o)(.text+0x154): In function `fdibuf::~fdibuf [in-charge deleting]()': /home/arny/vmailmgr-0.96.9/lib/fdbuf/fdibuf.cc:42: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(list_table.o)(.text+0x2c): In function `list_table::list_table[not-in-charge](mystring const&)': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:101: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(list_table.o)(.text+0xc8): In function `list_table::list_table[not-in-charge](mystring const&)': /home/arny/vmailmgr-0.96.9/lib/misc/../mystring/mystring.h:111: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(list_table.o)(.text+0x1cc): In function `list_table::list_table[in-charge](mystring const&)': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:91: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(list_table.o)(.text+0x278):/home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:201: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(list_table.o)(.text+0x33b): In function `list_table::~list_table [not-in-charge]()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:155: undefined reference to `operator delete[](void*)' ../lib/libvmailmgr.a(list_table.o)(.text+0x36f): In function `list_table::~list_table [in-charge]()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:155: undefined reference to `operator delete[](void*)' ../lib/libvmailmgr.a(list_table.o)(.gnu.linkonce.t._ZN10hash_tableIb9hash_nodeIbE8crc_hashE11base_insertEPS1_b+0xb7): In function `hash_table<bool, hash_node<bool>, crc_hash>::base_insert(hash_node<bool>*, bool)': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:200: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(list_table.o)(.gnu.linkonce.t._ZN10hash_tableIb9hash_nodeIbE8crc_hashE5allocEv+0x25): In function `hash_table<bool, hash_node<bool>, crc_hash>::alloc()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:90: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(list_table.o)(.gnu.linkonce.t._ZN10hash_tableIb9hash_nodeIbE8crc_hashE5emptyEv+0x46): In function `hash_table<bool, hash_node<bool>, crc_hash>::empty()': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:93: undefined reference to `operator delete(void*)' ../lib/libvmailmgr.a(list_table.o)(.gnu.linkonce.t._ZN10hash_tableIb9hash_nodeIbE8crc_hashE7reallocEj+0x33): In function `hash_table<bool, hash_node<bool>, crc_hash>::realloc(unsigned)': /home/arny/vmailmgr-0.96.9/lib/misc/../misc/hash_table.h:91: undefined reference to `operator new[](unsigned)' ../lib/libvmailmgr.a(cdb_get.o)(.text+0x302): In function `cdb_reader::get(mystring const&)': /home/arny/vmailmgr-0.96.9/lib/cdb++/../mystring/mystring.h:111: undefined reference to `operator new(unsigned)' ../lib/libvmailmgr.a(read_uns.o)(.text+0x5b): In function `configuration::read_uns(mystring const&, unsigned, config_cache<unsigned>&) const': /home/arny/vmailmgr-0.96.9/lib/config/read_uns.cc:43: undefined reference to `operator new(unsigned)' collect2: ld returned 1 exit status make[2]: *** [authvmailmgr] Error 1 make[2]: Leaving directory `/home/arny/vmailmgr-0.96.9/authenticate' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/arny/vmailmgr-0.96.9' make: *** [all-recursive-am] Error 2 -- Pentru dezabonare, trimiteti mail la [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. REGULI, arhive si alte informatii: http://www.lug.ro/mlist/
