Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] question on Installation on unix

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] question on Installation on unix


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] question on Installation on unix
  • Date: Mon, 09 Feb 2009 23:07:08 +0100

Hi,

> Thank you so much for the help; it seems to be working now.
>
> But I have a quick question that how I can make sure that my compiler
> will look in /usr/include and /usr/lib instead of /usr/local/include and
> /usr/local/lib.

adding -I/usr/include and -L/usr/lib should ensure that these paths are
searched
before (other) default paths.

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page