| 
     
      
      
      From: Tobias S. <tsc...@ne...> - 2005-05-24 17:57:33
      
     
   | 
Hello David, is this still an issue ? Usually, the gcc tools "just know" where to find their default libraries, unless explicitly told to "forget" (command line option). AFAIK the "Zero Link" feature of XCode can cause strange errors like these - are you sure it's entirely disabled ? Regards, Tobias David Catmull wrote: > I get these link errors when I try to build the visual app. With the > way the names are mangled, I can't tell what files I should be > looking for to add to the projects. > > __ZN5boost9call_onceEPFvvER22_opaque_pthread_once_t > __ZNSt11char_traitsIhE11eq_int_typeERKmS2_ > __ZNSt11char_traitsIhE11to_int_typeERKh > __ZNSt11char_traitsIhE12to_char_typeERKm > __ZNSt11char_traitsIhE2eqERKhS2_ > __ZNSt11char_traitsIhE3eofEv > __ZNSt11char_traitsIhE4copyEPhPKhm > __ZNSt11char_traitsIhE6assignERhRKh > __ZNSt11char_traitsIhE7not_eofERKm > >  |