---------- Forwarded message ---------- From: Andres Pinzon <[EMAIL PROTECTED]> Date: Jul 31, 2006 9:56 AM Subject: Re: [EMBOSS] Installation Problem To: 船�� �灿� <[EMAIL PROTECTED]>
On 7/31/06, 船�� �灿� <[EMAIL PROTECTED]> wrote:
=== Here is the error message === ... gcc -O2 -o .libs/aaindexextract aaindexextract.o ../nucleus/.libs/libnucleus.so ../ajax/.libs/libajaxg.so ../ajax/.libs/libajax.so ../plplot/.libs/libplplot.so /usr/lib/libgd.so -L/usr/lib -L/usr/X11R6/lib -lXpm -lX11 /usr/lib/libjpeg.so /usr/local/lib/libfreetype.so -lpng12 -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/emboss/lib /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld: cannot find -lXpm collect2: ld returned 1 exit status make[2]: *** [aaindexextract] Error 1
On suse libpng is under /usr/lib, so you have to run the installation with the following option: ./configure --with-pngdriver=/usr/lib This is the way I ran it in a SuSE 9.1 machine (after installing X11 devel package): ./configure --with-pngdriver=/usr/lib --prefix=/usr/local/emboss You can also install it without X support: ./configure --with-pngdriver=/usr/lib --prefix=/usr/local/emboss --without-x Hope this help ;-) -- Andrés Pinzón [http://www.andrespinzon.com] Bioinformatics Center, Colombia EMBnet node Biotechnology Institute - National University of Colombia http://bioinf.ibun.unal.edu.co Tel +57 3165000 ext 16961 Fax +571 3165415 ---------- -- Andrés Pinzón [http://www.andrespinzon.com] Bioinformatics Center, Colombia EMBnet node Biotechnology Institute - National University of Colombia http://bioinf.ibun.unal.edu.co Tel +57 3165000 ext 16961 Fax +571 3165415 ----------
_______________________________________________ EMBOSS mailing list [email protected] http://lists.open-bio.org/mailman/listinfo/emboss
