![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compilation Error | yschd | High Level Programming | 2 | 06-01-2009 09:19 AM |
| Compilation error : Please help | jagan_kalluri | High Level Programming | 1 | 05-20-2008 04:48 PM |
| compilation error | mannam srinivas | HP-UX | 2 | 04-18-2008 01:52 PM |
| c++ compilation error | mannam srinivas | Linux | 12 | 04-17-2008 03:03 AM |
| compilation error in gcc | ls1429 | High Level Programming | 9 | 06-21-2006 11:02 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Compilation error in C++ ::_Rb_tree_node_base& !!
Hi,
I am getting the following compilation error in compiling the code : /**********************************/ Undefined first referenced symbol in file std::_Rb_tree_increment(std::_Rb_tree_node_base*)/var/tmp//ccZIgc70.o std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)/var/tmp//ccZIgc70.o std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)/var/tmp//ccZIgc70.o std::_Rb_tree_decrement(std::_Rb_tree_node_base*)/var/tmp//ccZIgc70.o ld: fatal: Symbol referencing errors. No output written to ipcl collect2: ld returned 1 exit status /***************************************/ i am using the map stl library with g++ on sun machine 64bit. Makefile: /********************************/ commonobjfiles = *.cpp INCLUDES = -I . -I../../../COMMON_HEADER/sysrel -I../../../STACK_HEADER/hss -I../inc -I$(ORACLE_HOME)/precomp/public obj: $(commonobjfiles) g++ -g $(commonobjfiles) -o ipcl $(INCLUDES) -z muldefs -lpthread -lsocket -lnsl -lrt -Wno-deprecated -ldl -L../../.. /LIB -lvng_db_api -loamlog -llsclient -lAlarmManagerClient -L $(ORACLE_HOME)/lib32 -lclntsh -D_REENTRANT -DNO_IAM clean: rm -f *.o rm ipcl /*******************************/ Please help me out. Regards, Suraj |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|