Ok, I see you've passed the flag and configure is indeed looking for CGAL at /usr/local/lib...
So it might be that CGAL got installed to /usr/local/lib64 instead. If that is the case, try adding to your LDFLAGS: -L/usr/local/lib64 and perhaps also: -Wl,-rpath,/usr/local/lib64 .~´ On Thu, Jun 21, 2018 at 5:18 PM, Srinivasamoorthy, Ganesh (CDC/OID/NCEZID) (CTR) <[email protected]> wrote: > Hi Ale > > > > Attached is the copy of the log > > > > *From:* graph-tool <[email protected]> *On Behalf Of *Alexandre > Hannud Abdo > *Sent:* Thursday, June 21, 2018 10:56 AM > *To:* Main discussion list for the graph-tool project < > [email protected]> > *Subject:* Re: [graph-tool] CGAL library not found (though installed) > > > > Ni! Hi Ganesh, > > > > `./configure` generates a file called "config.log" when run, that is the > file you want to transmit when asking for help. A copy/paste of your > terminal is not nearly as useful. > > > > Meanwhile, I assume you passed the parameter " --with-cgal=/usr/local/" to > `./configure`, is that right ? > > > > Cheers, > > ale > > .~´ > > > > > > > > > > > > On Thu, Jun 21, 2018 at 4:23 PM, Srinivasamoorthy, Ganesh (CDC/OID/NCEZID) > (CTR) <[email protected]> wrote: > > I installed CGAL from source and it installed at /usr/local/include/CGAL/ > Then when I try to build graph-tools (both 2.26 and the source from git) > give me CGAl not found error. They do seem to be checking in the /usr/local > directory but don't seem to find it..I have attached a log. > > > > Is there something I should keep in mind while installing CGAL ? > > > _______________________________________________ > graph-tool mailing list > [email protected] > https://lists.skewed.de/mailman/listinfo/graph-tool > > > > _______________________________________________ > graph-tool mailing list > [email protected] > https://lists.skewed.de/mailman/listinfo/graph-tool > >
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
