On Fri, 25 Oct 2002, William N Luoma wrote:
>jefferson:/home/luoma/map$ g++ -omap map.cpp
>/var/tmp/ccwiw3cN.o: In function `std::_Rb_tree<std::string, 
>std::pair<std::string const, std::vector<std::string, 
>std::allocator<std::string> > >, std::_Select1st<std::pair<std::string const, 
>std::vector<std::string, std::allocator<std::string> > > >, 
>std::less<std::string>, std::allocator<std::pair<std::string const, 
>std::vector<std::string, std::allocator<std::string> > > > 
>>::_M_empty_initialize()':

Could you run this command with the -v option, and send me the output?
I.e. "g++ -v -o map map.cpp"  This will output where g++ is actually
getting the library and the assembler/linker.  Knowing where it is
searching only tells us where it _might_ get these files.  The -v tells us
where it _actually_ gets it.

--jc
-- 
Jimen Ching (WH6BRR)      [EMAIL PROTECTED]     [EMAIL PROTECTED]

Reply via email to