Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Segfault in CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Segfault in CGAL


Chronological Thread 
  • From: Thomas Zangl <>
  • To:
  • Subject: Re: [cgal-discuss] Segfault in CGAL
  • Date: Tue, 05 Feb 2008 13:46:37 +0100
  • Disposition-notification-to: Thomas Zangl <>

Laurent Rineau schrieb:

Hi!

I mean : how do you compile your application? Do you use a makefile provided by CGAL of cgal_create_makefile?

I have my own makefile wich includes the CGAL makefile. My makefile is quite simple and does only compile each cpp and links them together to a main executable.

These are my compile flags:
CFLAGS = -g -ggdb -Wall $(INCL)
INCL = -I./include $(CGAL_CXXFLAGS)
LFLAGS = $(CGAL_LDFLAGS) --no-relax

Different compiler, actually. Ubuntu 7.10 uses g++-4.1.2, which is usually more usable than 4.2.

Yes. But something must have changed in the last week's update cycle. I was able to compile and run the application on 19.01.08 and then happend something. I need to dig :-)

CGAL packages in Ubuntu are the ones from Debian, made by Joachim Reichel <>. They have not been updated since the release of Ubuntu 7.10. However, gmp packages have been update very recently and that could be the reason.

I do not use the CGAL packages in Ubuntu. I compile them by myself. They are in my $HOME. GMP is from Ubuntu repository. I will check. TIA!

--
----------------------------------------------------------------
,yours Thomas Zangl, Bakk.rer.soc.oec. -

-
- Freelancer - IT Consulting & Software Development -
- Student of Software Development-Economy (Master) -



Archive powered by MHonArc 2.6.16.

Top of Page