pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP Install problem - configured successfully but can't make...


From: Jason Stover
Subject: Re: PSPP Install problem - configured successfully but can't make...
Date: Thu, 10 Jul 2008 19:09:56 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Jul 10, 2008 at 01:07:10PM -0400, Jae Cha wrote:
> could have PSPP "configured successully."  However, when I tried to "make,"
> I am getting errors with messages as follows:
> 
> /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib/libdl.so when searching for -ldl
> /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib/libdl.a when searching for -ldl
> /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib/libncurses.so when searching for -lncurses
> /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib/libm.so when searching for -lm
> /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib/libm.a when searching for -lm
> /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib/libc.so when searching for -lc
> /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib/libc.a when searching for -lc
> collect2: ld returned 1 exit status
> make[2]: *** [src/ui/terminal/pspp] Error 1
> make[2]: Leaving directory `/home/jaecha/Install/pspp-0.6.0'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/jaecha/Install/pspp-0.6.0'
> make: *** [all] Error 2

> As a beginner of Linux, I naively believed that everything would be okay
> once the package was configured successfully...

Hah!

Since no one more knowledgable has answered, I'll give it a try:

It looks like the linker is finding the wrong libraries, or maybe
finding libs in directories different from those found by configure.

Do you have any other copies of these libraries? For example, do you have
multiple copies of libdl.a? It looks like your machine is trying to link
to the wrong ones. 

-Jason






reply via email to

[Prev in Thread] Current Thread [Next in Thread]