Hello, On Thu, 10 Sep 2009, Maura Monville wrote:
g++ -g -O2 -L../g2-0.70 -L../../lib -o RNAforester Arguments.o glib.o main.o ppforestbase.oprogressive_align.o rna_profile_alignment.o rna_alignment.o rna_algebra.o rna_alphabet.o rnaforest.o rnaforestsz.o rnafuncs.o rnaforester_options.o wmatch.o -lg2 -lRNA /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld: skipping incompatible ../g2-0.70/libg2.a when searching for -lg2 /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld: cannot find -lg2 collect2: ld returned 1 exit status
The tarball sadly comes with a precompiled 64bit libg2.a ... You need to clean that subdir first: make -C RNAforester/g2-0.70 clean ./configure ...... make -C RNAforester/g2-0.70 depend # you can ignore the warnings make But at least I get a bunch of other errors. HTH, -dnh -- Sigmentation fault. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org