Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.16 KB | None | 0 0
  1. alpi@project-2501:~/Documents/iciunab/VII semestre - computacion cientifica/Raices de ecuaciones$ make
  2. make -C src all
  3. make[1]: Entering directory `/home/alpi/Documents/iciunab/VII semestre - computacion cientifica/Raices de ecuaciones/src'
  4. make Bisection Brent Fixed_point Regula_falsi Secant
  5. make[2]: Entering directory `/home/alpi/Documents/iciunab/VII semestre - computacion cientifica/Raices de ecuaciones/src'
  6. g++ -o ../Bisection metodos/Bisection/OBJ/raiz.o metodos/Bisection/OBJ/fparser.o metodos/Bisection/OBJ/main.o -O3 -Wall -DTWO_LEVEL_TREE -g
  7. /usr/bin/ld: i386 architecture of input file `metodos/Bisection/OBJ/raiz.o' is incompatible with i386:x86-64 output
  8. /usr/bin/ld: i386 architecture of input file `metodos/Bisection/OBJ/fparser.o' is incompatible with i386:x86-64 output
  9. /usr/bin/ld: i386 architecture of input file `metodos/Bisection/OBJ/main.o' is incompatible with i386:x86-64 output
  10. metodos/Bisection/OBJ/main.o: In function `main':
  11. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:21: undefined reference to `operator new[](unsigned int)'
  12. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:76: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(unsigned int, char, std::allocator<char> const&)'
  13. metodos/Bisection/OBJ/main.o: In function `operator<< <char, std::char_traits<char>, std::allocator<char> >':
  14. /usr/include/c++/4.9/bits/basic_string.h:2777: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  15. metodos/Bisection/OBJ/main.o: In function `operator<< <std::char_traits<char> >':
  16. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  17. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  18. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  19. metodos/Bisection/OBJ/main.o: In function `operator<< <char, std::char_traits<char>, std::allocator<char> >':
  20. /usr/include/c++/4.9/bits/basic_string.h:2777: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  21. metodos/Bisection/OBJ/main.o: In function `main':
  22. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:43: undefined reference to `std::string::compare(unsigned int, unsigned int, char const*) const'
  23. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:47: undefined reference to `std::string::compare(unsigned int, unsigned int, char const*) const'
  24. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:51: undefined reference to `std::string::compare(unsigned int, unsigned int, char const*) const'
  25. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:55: undefined reference to `std::string::compare(unsigned int, unsigned int, char const*) const'
  26. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:29: undefined reference to `operator new[](unsigned int)'
  27. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/metodos/Bisection/main.cc:31: undefined reference to `std::string::compare(unsigned int, unsigned int, char const*) const'
  28. metodos/Bisection/OBJ/raiz.o: In function `dvalue(int, char*)':
  29. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/INCLUDE/raiz.cc:13: undefined reference to `operator new[](unsigned int)'
  30. metodos/Bisection/OBJ/raiz.o: In function `std::string::append(char const*)':
  31. /usr/include/c++/4.9/bits/basic_string.h:1026: undefined reference to `std::string::append(char const*, unsigned int)'
  32. /usr/include/c++/4.9/bits/basic_string.h:1026: undefined reference to `std::string::append(char const*, unsigned int)'
  33. /usr/include/c++/4.9/bits/basic_string.h:1026: undefined reference to `std::string::append(char const*, unsigned int)'
  34. metodos/Bisection/OBJ/fparser.o: In function `addNewNameData<double>':
  35. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/fparser4.5.2/fparser.cc:699: undefined reference to `operator new[](unsigned int)'
  36. metodos/Bisection/OBJ/fparser.o: In function `std::string::clear()':
  37. /usr/include/c++/4.9/bits/basic_string.h:814: undefined reference to `std::string::_M_mutate(unsigned int, unsigned int, unsigned int)'
  38. metodos/Bisection/OBJ/fparser.o: In function `std::string::append(char const*)':
  39. /usr/include/c++/4.9/bits/basic_string.h:1026: undefined reference to `std::string::append(char const*, unsigned int)'
  40. metodos/Bisection/OBJ/fparser.o: In function `deduceVariables<double>':
  41. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/fparser4.5.2/fparser.cc:3024: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned int, std::allocator<char> const&)'
  42. metodos/Bisection/OBJ/fparser.o: In function `FunctionParserBase<double>::FunctionParserBase()':
  43. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/fparser4.5.2/fparser.cc:847: undefined reference to `operator new(unsigned int)'
  44. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<double>::allocate(unsigned int, void const*)':
  45. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  46. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<FunctionParserBase<double>::Data::FuncWrapperPtrData>::allocate(unsigned int, void const*)':
  47. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  48. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<FunctionParserBase<double>::Data::FuncParserPtrData>::allocate(unsigned int, void const*)':
  49. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  50. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<unsigned int>::allocate(unsigned int, void const*)':
  51. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  52. metodos/Bisection/OBJ/fparser.o:/usr/include/c++/4.9/ext/new_allocator.h:104: more undefined references to `operator new(unsigned int)' follow
  53. metodos/Bisection/OBJ/fparser.o: In function `FunctionParserBase<double>::Data::Data(FunctionParserBase<double>::Data const&)':
  54. /home/juanpablo/Dropbox/App/C++/Numerical analysis/src/fparser4.5.2/fparser.cc:763: undefined reference to `operator new[](unsigned int)'
  55. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<double>::allocate(unsigned int, void const*)':
  56. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  57. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<FunctionParserBase<double>::Data::FuncParserPtrData>::allocate(unsigned int, void const*)':
  58. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  59. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<FunctionParserBase<double>::Data::FuncWrapperPtrData>::allocate(unsigned int, void const*)':
  60. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  61. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<unsigned int>::allocate(unsigned int, void const*)':
  62. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  63. metodos/Bisection/OBJ/fparser.o: In function `__gnu_cxx::new_allocator<double>::allocate(unsigned int, void const*)':
  64. /usr/include/c++/4.9/ext/new_allocator.h:104: undefined reference to `operator new(unsigned int)'
  65. metodos/Bisection/OBJ/fparser.o:/home/juanpablo/Dropbox/App/C++/Numerical analysis/src/fparser4.5.2/fparser.cc:903: more undefined references to `operator new(unsigned int)' follow
  66. metodos/Bisection/OBJ/main.o: In function `operator<< <std::char_traits<char> >':
  67. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  68. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  69. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  70. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  71. /usr/include/c++/4.9/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
  72. metodos/Bisection/OBJ/main.o:/usr/include/c++/4.9/ostream:535: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)' follow
  73. collect2: error: ld returned 1 exit status
  74. make[2]: *** [Bisection] Error 1
  75. make[2]: Leaving directory `/home/alpi/Documents/iciunab/VII semestre - computacion cientifica/Raices de ecuaciones/src'
  76. make[1]: *** [all] Error 2
  77. make[1]: Leaving directory `/home/alpi/Documents/iciunab/VII semestre - computacion cientifica/Raices de ecuaciones/src'
  78. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement