Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Cannot makefile Nef_3 examples

Subject: CGAL users discussion list

List archive

[cgal-discuss] Cannot makefile Nef_3 examples


Chronological Thread 
  • From: Shrabani Ghosh <>
  • To:
  • Subject: [cgal-discuss] Cannot makefile Nef_3 examples
  • Date: Mon, 23 Sep 2019 11:23:31 -0500 (CDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:nlrE6hHcm+5obvw7ljQa851GYnF86YWxBRYc798ds5kLTJ78o86wAkXT6L1XgUPTWs2DsrQY0rGQ6fCrCDxIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfL1/IA+ooQjSucUbhYhvIbstxxXUpXdFZ/5Yzn5yK1KJmBb86Maw/Jp9/ClVpvks6c1OX7jkcqohVbBXAygoPG4z5M3wqBnMVhCP6WcGUmUXiRVHHQ7I5wznU5jrsyv6su192DSGPcDzULs5Vyiu47ttRRT1jioMKjw3/3zNisFogqxVoAyvqR9izYHbfI6bO+Fzfr/fcN8GWWZNQtpdWzJHD4ihb4UPFe0BPeNAoofgp1sOtwGxChK2C+Ppyz9Dm3743a090+Q6EQHNwQstH8kUsHvPqtX5LqgSUeCyzKnTzTXOa/db1Czy6IjNaB8hoPWMUahsfsrWzEkiDgXIhUiep4ziOjOazOUNs26D4upmT+2gkHUoqwVvrTS12sgsjYzJi4QIwV7H7SV02Js5KNm8RUJhb9OpE4FcuiKbOodsQ84vQmdlszsgxLIco560Zi0KxYwnxxHBb/yHdJCF4hTsWeqLJzd3nmlqd6m7hxms60Sv1ur8Vsys3FZLqCpKjMXMu2gQ2xHX7sWLUPVw80S71TuM1g3f8OBJLEEsmareMZEhw7owlpQJsUTEGy/7gF72jLWNeUUi4OSo5OTnYrL9pp+cM4J5jhrzMqsrmsOlAOQ4NhICUHSc+eS5zLHj51H2QK1Wjv0qlanUqIzVJcsBqa69GgNaz4cj6w2jADe7y9QYhmIKLElFeRKCl4jmIUvCIPH+DfelglSjii1nx/7cPu6pPpKYJXfKlPLtfK129lVH4As119FWoZxOWZ8bJ/emYU/rvdbRCB5xHAyz2OavXM5n3IVYVmKIGa/IYYvdtFaJ4qQkJOzaN9xdgyr0N/Vwv62mtnQ+g1JIJfD4j6tSU2ixG7FdG2vcZHPthtkbFmJT51gxSeXrjBuJVjsBPC/vDZJ53SkyDcedNamGRo2ph+XcjiHnWJtfbGpCBxaHFnK6LtzYCcdJUzqbJ4paqhJBTaKoEtZz2hSntQu8wL1ifLLZ

I am trying to compile and run a single program but I am getting this error
for every problem to makefile.

CMakeFiles/comparison.dir/comparison.cpp.o: In function `std::ostream&
operator<< <__mpz_struct [1], __mpz_struct [1]>(std::ostream&,
__gmp_expr<__mpz_struct [1], __mpz_struct [1]> const&)':
comparison.cpp:(.text._ZlsIA1_12__mpz_structS1_ERSoS2_RK10__gmp_exprIT_T0_E[_ZlsIA1_12__mpz_structS1_ERSoS2_RK10__gmp_exprIT_T0_E]+0x32):
undefined reference to `operator<<(std::ostream&, __mpz_struct const*)'
collect2: error: ld returned 1 exit status
CMakeFiles/comparison.dir/build.make:98: recipe for target 'comparison'
failed
make[2]: *** [comparison] Error 1
CMakeFiles/Makefile2:739: recipe for target 'CMakeFiles/comparison.dir/all'
failed
make[1]: *** [CMakeFiles/comparison.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2




--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page