Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Makefile confusion

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Makefile confusion


Chronological Thread 
  • From: damian <>
  • To:
  • Subject: [cgal-discuss] Re: Makefile confusion
  • Date: Fri, 30 Sep 2011 11:40:09 -0700 (PDT)

Dear Laurent,

thank you, that brought me a little further. For future readers let me just
mention that you got a typo in the folder name CGAL-3.8 and that the
argument of the macro has to be fed with arguments like "main.cpp,
class.cpp, ...".

After obtaining the new makefile I get the following during compilation:
/damian@damian-ThinkPad-T61:~/workspace/fridaynight$
g++ -o fridaynight
Orbit.cpp main.cpp /tmp/ccHZLith.o: In function
`CGAL::Interval_nt<false>::Test_runtime_rounding_modes::Test_runtime_rounding_modes()':
Orbit.cpp:(.text._ZN4CGAL11Interval_ntILb0EE27Test_runtime_rounding_modesC2Ev[_ZN4CGAL11Interval_ntILb0EE27Test_runtime_rounding_modesC5Ev]+0x99):
undefined reference to `CGAL::assertion_fail(char const*, char const*, int,
char const*)'
Orbit.cpp:(.text._ZN4CGAL11Interval_ntILb0EE27Test_runtime_rounding_modesC2Ev[_ZN4CGAL11Interval_ntILb0EE27Test_runtime_rounding_modesC5Ev]+0x11e):
undefined reference to `CGAL::assertion_fail(char const*, char const*, int,
char const*)' /tmp/ccHZLith.o: In function
`CGAL::Interval_nt<true>::Test_runtime_rounding_modes::Test_runtime_rounding_modes()':
Orbit.cpp:(.text._ZN4CGAL11Interval_ntILb1EE27Test_runtime_rounding_modesC2Ev[_ZN4CGAL11Interval_ntILb1EE27Test_runtime_rounding_modesC5Ev]+0x99):
undefined reference to `CGAL::assertion_fail(char const*, char const*, int,
char const*)'
Orbit.cpp:(.text._ZN4CGAL11Interval_ntILb1EE27Test_runtime_rounding_modesC2Ev[_ZN4CGAL11Interval_ntILb1EE27Test_runtime_rounding_modesC5Ev]+0x11e):
undefined reference to `CGAL::assertion_fail(char const*, char const*, int,
char const*)' collect2: ld returned 1 exit status/

I found some older threads on some mailing list, but i can't find that
.pro-file that seems to be part of the problem. Can again somebody help me?
I hope I'll get this running, its my bachelor's thesis at stake ;)

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Makefile-confusion-tp3859878p3860742.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page