Howdy,

I have seen this same question posted in various websites but never no answer is given. I am trying to compile ddrescue. I have xcode tools installed.

mattt-potters-powerbook59:/ddrescue-1.2 matttpotter$ make
g++  -Wall -W -O2 -c -o ddrescue.o ddrescue.cc
g++  -Wall -W -O2 -c -o logbook.o logbook.cc
g++  -Wall -W -O2 -c -o main.o main.cc
g++ -Wall -W -O2 -o ddrescue arg_parser.o block.o ddrescue.o logbook.o main.o
/usr/bin/ld: Undefined symbols:
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage
__ZNSsD4Ev
std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)
std::__default_alloc_template<true, 0>::_S_free_list
__ZNSt24__default_alloc_templateILb1ELi0EE5_LockC4Ev
__ZNSt24__default_alloc_templateILb1ELi0EE5_LockD4Ev
std::__default_alloc_template<true, 0>::allocate(unsigned long)
std::__default_alloc_template<true, 0>::_S_refill(unsigned long)
collect2: ld returned 1 exit status
make: *** [ddrescue] Error 1
mattt-potters-powerbook59:/ddrescue-1.2 matttpotter$

When I run make I gegt this error. Any ideas on what I should do to fix?

PS if you can step by step it as if talking to CORKY from the tv show "LIFE GOES ON" I would appreciate it. I am taking step by step instructions from this URL here. As I have a dead dead dead drive and desperate to get it back in some form, all the stand by software has been un successful. So help me smarter than me people!

Thanks!

Mattt




_______________________________________________
Bug-ddrescue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-ddrescue

Reply via email to