This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

compiler error


Hi;

When I use map<string, vector<string> > in my program I got an error as
follow:
"usr/ccs/bin/as: "/var/tmp/cc00POXR.s", line 3512: error: can't compute
value of an expression involving an external symbol".  

This problem comes with the makefile provided by another software.  If I do
not use this third party library, everything is fine. If I do use this third
party software and only define map<int, vector<string> >, everything is fine
too.  So I believe it has something to do with map<string, vector<string> >,
but I might be wrong.  The compiling command from make file is as following:
"g++ -I../../../../include -I../../../../../backend -Wall
-Wmissing-prototypes -Wno-error -Wno-unused -Wl, -Bdynamic 
-I../dir1/dir2/lib -c myclass.cpp -o myclass.o".  Could any guru help me on
this issue?  Your help will be greatly appreciated.

Sincere yours

Wenjin Zheng
Large Scale Biology, Corp.
Vacaville, CA 95688
wenjin.zheng@lsbc.com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]