[luau] ics412: operating systems

Jimen Ching jching at flex.com
Fri Oct 25 23:11:00 PDT 2002


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)      jching at flex.com     wh6brr at uhm.ampr.org




More information about the LUAU mailing list