Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Running CGAL code on cygwin

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Running CGAL code on cygwin


Chronological Thread 
  • From: Shravan1804 <>
  • To:
  • Subject: Re: [cgal-discuss] Running CGAL code on cygwin
  • Date: Thu, 31 Oct 2013 05:13:53 -0700 (PDT)

One good news.
I corrected the error from above, apparently some dll files weren't copied
in the right folders for some unknown reasons. I copied them and the error
disappeared.

Now I am back with the original error. Here is the output of a compilation
from a clean build tree of hello-exact:
cmake . -> hello-exact_cmake_output
<http://cgal-discuss.949826.n4.nabble.com/file/n4658352/hello-exact_cmake_output>

make VERBOSE=1 -> hello-exact_make_verbose_output
<http://cgal-discuss.949826.n4.nabble.com/file/n4658352/hello-exact_make_verbose_output>

With this error afterward:
$ make VERBOSE=1 > hello-exact_make_verbose_output
CMakeFiles/hello-exact.dir/hello-exact.cpp.o:hello-exact.cpp:(.rdata$.refptr._ZTVN4CORE7SqrtRepE[.refptr._ZTVN4CORE7SqrtRepE]+0x0):
undefined reference to `vtable for CORE::SqrtRep'
CMakeFiles/hello-exact.dir/hello-exact.cpp.o:hello-exact.cpp:(.rdata$.refptr._ZTVN4CORE6DivRepE[.refptr._ZTVN4CORE6DivRepE]+0x0):
undefined reference to `vtable for CORE::DivRep'
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld:
CMakeFiles/hello-exact.dir/hello-exact.cpp.o: bad reloc address 0x0 in
section `.rdata$.refptr._ZTVN4CORE6DivRepE[.refptr._ZTVN4CORE6DivRepE]'
collect2: error: ld returned 1 exit status
make[2]: *** [hello-exact.exe] Error 1
make[1]: *** [CMakeFiles/hello-exact.dir/all] Error 2
make: *** [all] Error 2





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Running-CGAL-code-on-cygwin-tp4658326p4658352.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page