|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
PSPP Install problem - configured successfully but can't make...Hi everybody,
I am trying to install PSPP in openSUSE 64-bit 11.0. After many errors and installing various libraries (GTK+, readline, ncurses, etc.), I finally 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. Any help will be deeply appreciated. J _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: PSPP Install problem - configured successfully but can't make...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 _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: PSPP Install problem - configured successfully but can't make...On Thu, Jul 10, 2008 at 07:09:56PM -0400, Jason Stover wrote:
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... It looks like the linker is finding the wrong libraries, or maybe finding libs in directories different from those found by configure. I concurr with Jason. It looks to me like a fundamental problem with the way your compiler/linker/libraries have been set up. However, as I don't use SuSE myself I can't offer any specific details. I suggest that you try one of the OpenSuSE forums. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key. _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: PSPP Install problem - configured successfully but can't make...Thank you, John and Jason, for your inputs.
I was thinking in the same way. I mean, there seems to be some problems with my compiling/linking, something like it. Since I am not very familiar with Linux and c compiling yet, I will have to work on it more.
By the way, I was getting an impression that PSPP is more like gnome than kde according to many libraries it requires. Does it any matter or gnome will make things easier? Currently, I am using kde.
Thanks again.
J
On Thu, Jul 10, 2008 at 9:13 PM, John Darrington <john@...> wrote:
_______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: PSPP Install problem - configured successfully but can't make...On Thu, Jul 10, 2008 at 10:43:19PM -0400, Jae Cha wrote:
By the way, I was getting an impression that PSPP is more like gnome than kde according to many libraries it requires. Does it any matter or gnome will make things easier? Currently, I am using kde. You are right. PSPP's gui uses the Gtk+ libraries, since it's a GNU project like Gnome. So it will have a gnomish look and feel to it. But it should work equally well with both gnome and kde (or without either of them). However it was tested with gnome applications so you may find that interaction with kde is suboptimal. For example I believe kde has its own spreadsheet application, and I don't know if cut and paste to/from kde's spreadsheet will work. If you find any features lacking, feel free to submit a feature request at http://savannah.gnu.org/bugs/?group=pspp J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key. _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
|
|
|
Re: PSPP Install problem - configured successfully but can't make..."Jae Cha" <cha.jaes@...> writes:
> By the way, I was getting an impression that PSPP is more like gnome than kde > according to many libraries it requires. Does it any matter or gnome will > make things easier? Currently, I am using kde. I don't use GNOME or KDE, and PSPPIRE (the PSPP GUI) works fine for me. -- "Writing is easy. All you do is sit in front of a typewriter and open a vein." --Walter Smith _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
|
|
|
Re: PSPP Install problem - configured successfully but can't make...Thank y'all.
By the way, which linux distro are you using? Yesterday, I tried to install PSPP in Ubuntu (since it was not successful in openSUSE), and it was not very successful either...
On Fri, Jul 11, 2008 at 12:27 AM, Ben Pfaff <blp@...> wrote:
_______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: PSPP Install problem - configured successfully but can't make..."Jae Cha" <cha.jaes@...> writes:
> By the way, which linux distro are you using? Yesterday, I tried to install > PSPP in Ubuntu (since it was not successful in openSUSE), and it was not very > successful either... I use Debian. -- Aim to please, shoot to kill. _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: PSPP Install problem - configured successfully but can't make...Brad Quillin <bquillin@...> writes:
> You guys are dealing with the problem I am having, only I am > one step behind. When I began configuring the software, I had > to add this lib, or update that on, install this dependent > file, etc. But now I am having a problem with a file that is > already installed. This is the error message I get: > > checking for main in -lgslcblas... no > configure: error: You must install libgslcblas Only the PSPP 0.4.0 configure script will ever emit that message. Please try PSPP 0.6.0, instead, since it is the most recently released version. -- "There's only one thing that will make them stop hating you. And that's being so good at what you do that they can't ignore you. I told them you were the best. Now you damn well better be." --Orson Scott Card, _Ender's Game_ _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
|
|
Re: PSPP Install problem - configured successfully but can't make...On Fri, Jul 11, 2008 at 10:12:44AM -0400, Jae Cha wrote:
> Thank y'all. > > By the way, which linux distro are you using? Yesterday, I tried to install > PSPP in Ubuntu (since it was not successful in openSUSE), and it was not > very successful either... I use Slackware and OpenBSD, though I haven't tried the GUI with BSD. -Jason > > > > > > > On Fri, Jul 11, 2008 at 12:27 AM, Ben Pfaff <blp@...> wrote: > > > "Jae Cha" <cha.jaes@...> writes: > > > > > By the way, I was getting an impression that PSPP is more like gnome than > > kde > > > according to many libraries it requires. Does it any matter or gnome > > will > > > make things easier? Currently, I am using kde. > > > > I don't use GNOME or KDE, and PSPPIRE (the PSPP GUI) works fine > > for me. > > -- > > "Writing is easy. > > All you do is sit in front of a typewriter and open a vein." > > --Walter Smith > > > _______________________________________________ > Pspp-users mailing list > Pspp-users@... > http://lists.gnu.org/mailman/listinfo/pspp-users _______________________________________________ Pspp-users mailing list Pspp-users@... http://lists.gnu.org/mailman/listinfo/pspp-users |
| Free Forum Powered by Nabble | Forum Help |