[Monetdb-developers] M5 compilation....
Dear developers I already compiled the background (buildtools, MonetDB, and clients). I also compiled M4 (only after removing the dependencies in Mapi.h). During M5 compilation I got the following error: -Wl,/ufs/goncalve/scratch/MonetDB/monetdb5/build/src/mal/.libs -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/MonetDB/lib -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/monetdb5/lib -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/MonetDB/lib ../../mal/.libs/libmal.so -L/ufs/goncalve/scratch/MonetDB/MonetDB/lib /ufs/goncalve/scratch/MonetDB/MonetDB/lib/libbat.so /ufs/goncalve/scratch/MonetDB/MonetDB/lib/libstream.so -lMapi -lz -lbz2 -lpthread -ldl -lcrypt -m64 -Wl,-soname -Wl,lib_algebraExtensions.so.0 -o .libs/lib_algebraExtensions.so.0.0.0 /usr/bin/ld: cannot find -lMapi collect2: ld returned 1 exit status make[7]: *** [lib_algebraExtensions.la] Error 1 make[7]: Leaving directory `/net/amelia/export/scratch1/goncalve/MonetDB/monetdb5/build/src/modules/mal' make[6]: *** [all] Error 2 I can not remove all the dependencies in -lMapi. What you suggest to resolve this problem? Regards, Romulo
On Tue, Jan 02, 2007 at 12:32:32AM +0100, Romulo Goncalves wrote:
Dear developers I already compiled the background (buildtools, MonetDB, and clients). I also compiled M4 (only after removing the dependencies in Mapi.h).
During M5 compilation I got the following error:
-Wl,/ufs/goncalve/scratch/MonetDB/monetdb5/build/src/mal/.libs -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/MonetDB/lib -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/monetdb5/lib -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/MonetDB/lib ../../mal/.libs/libmal.so -L/ufs/goncalve/scratch/MonetDB/MonetDB/lib /ufs/goncalve/scratch/MonetDB/MonetDB/lib/libbat.so /ufs/goncalve/scratch/MonetDB/MonetDB/lib/libstream.so -lMapi -lz -lbz2 -lpthread -ldl -lcrypt -m64 -Wl,-soname -Wl,lib_algebraExtensions.so.0 -o .libs/lib_algebraExtensions.so.0.0.0 /usr/bin/ld: cannot find -lMapi collect2: ld returned 1 exit status make[7]: *** [lib_algebraExtensions.la] Error 1 make[7]: Leaving directory `/net/amelia/export/scratch1/goncalve/MonetDB/monetdb5/build/src/modules/mal' make[6]: *** [all] Error 2
I can not remove all the dependencies in -lMapi.
What you suggest to resolve this problem?
- update your sources (at least M5) - re-bootstrap (M5) - make sure that your <clients-prefix>/bin is in your path - configure & make M5 ... simple as that ;-) Stefan
Regards, Romulo
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
Stefan Manegold wrote:
On Tue, Jan 02, 2007 at 12:32:32AM +0100, Romulo Goncalves wrote:
Dear developers I already compiled the background (buildtools, MonetDB, and clients). I also compiled M4 (only after removing the dependencies in Mapi.h).
During M5 compilation I got the following error:
-Wl,/ufs/goncalve/scratch/MonetDB/monetdb5/build/src/mal/.libs -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/MonetDB/lib -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/monetdb5/lib -Wl,--rpath -Wl,/ufs/goncalve/scratch/MonetDB/MonetDB/lib ../../mal/.libs/libmal.so -L/ufs/goncalve/scratch/MonetDB/MonetDB/lib /ufs/goncalve/scratch/MonetDB/MonetDB/lib/libbat.so /ufs/goncalve/scratch/MonetDB/MonetDB/lib/libstream.so -lMapi -lz -lbz2 -lpthread -ldl -lcrypt -m64 -Wl,-soname -Wl,lib_algebraExtensions.so.0 -o .libs/lib_algebraExtensions.so.0.0.0 /usr/bin/ld: cannot find -lMapi collect2: ld returned 1 exit status make[7]: *** [lib_algebraExtensions.la] Error 1 make[7]: Leaving directory `/net/amelia/export/scratch1/goncalve/MonetDB/monetdb5/build/src/modules/mal' make[6]: *** [all] Error 2
I can not remove all the dependencies in -lMapi.
What you suggest to resolve this problem?
- update your sources (at least M5) Of course I done that. - re-bootstrap (M5) I done - make sure that your <clients-prefix>/bin is in your path This was the problem. I only had the MonetDB/bin in the PATH. :) - configure & make M5
... simple as that ;-)
I know, thanks a again. Regards, Romulo
Stefan
Regards, Romulo
participants (2)
-
Romulo Goncalves
-
Stefan Manegold