<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi everybody!<br>
<br>
I already installed successfully  boost, boost-devel, boost-jam , GAUL,
CGAL (use <b>yum install CGAL</b> ). Then I installed pgRouting
(download source pgRouting-0.9.7.tgz -> uncompress
pgRouting-0.9.7.tgz to folder routing) as below:<br>
<br>
[root@anntv routing]# ./configure<br>
checking for gcc... gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables...<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking how to run the C preprocessor... gcc -E<br>
checking for egrep... grep -E<br>
checking for ANSI C header files... yes<br>
configure: checking for BOOST ...<br>
configure: checking for astar_search.hpp in /usr/include/boost/graph ...<br>
configure: checking for CGAL ...<br>
find: /usr/share/CGAL: No such file or directory<br>
find: /usr/make: No such file or directory<br>
configure: checking for GAUL ...<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
<br>
Then:<br>
<br>
[root@anntv routing]# make install<br>
i386-redhat-linux-gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32
-march=i386 -mtune=generic -fasynchronous-unwind-tables -Wall
-Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fpic
-shared -Wl,-soname,librouting.so.0  dijkstra.o boost_wrapper.o astar.o
astar_boost_wrapper.o drivedist.o boost_drivedist.o tsp.o tsp_solver.o 
alpha.o alpha_drivedist.o -L/usr/lib -L/usr/lib -L/usr/lib -lstdc++
-lgaul_util -lgaul -lCGAL -o librouting.so.0.0<br>
/usr/bin/ld: cannot find -lCGAL<br>
collect2: ld returned 1 exit status<br>
make: *** [librouting.so.0.0] Error 1<br>
<br>
I don't know what error  it is. Please help me!<br>
<br>
I think bulk of code I see on the page (when I run routing sample
application) caused by leak of needed libs. I use FedoraCore 5.<br>
<br>
Thanks,
</body>
</html>