Hi,
Solved the linker problem with:
LDFLAGS=-L/usr/lib64
export LDFLAGS
./configure --enable-build-doc --enable-gtk3
---
There are a bunch of unknown results in commands to get machine
architecture. The first of them is:
/usr/bin/arch -k
/usr/bin/arch: invalid option -- 'k'
Try '/usr/bin/arch --help' for more information.
-- Without -k works fine, with the same output as uname:
hostname = linux-techno.site
uname -m = x86_64
uname -r = 3.4.47-2.38-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri May 31 20:17:40 UTC 2013 (3961086)
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
---
So why didn't configure managed to get the correct arch? Can you improve
this?
---
/usr/bin/arch --version
arch (GNU coreutils) 8.16
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html
.
This is free software: you are free to change and redistribute
it.
There is NO WARRANTY, to the extent permitted by law.
Escrito por David MacKenzie e Karel Zak.
---
Well, this is a secondary task, since few of us use SuSE.
Thanks,
Hélio
On Thu, Sep 5, 2013 at 2:23 AM, Allin Cottrell <cottrell(a)wfu.edu> wrote:
On Wed, 4 Sep 2013, Hélio Guilherme wrote:
OK, problem solved :)
>
> Now I am facing outdated libraries (or wrong bit size) on my system :(
>
Wrong word size (64-bit libraries not found by the linker), but hopefully
the SuSE docs can help you with that. Thankfully (for me) it's not a gretl
issue this time. Good luck ;-)
Allin
----
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /usr/lib/libdl.so when searching for -ldl
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /usr/lib/libgmp.so when searching for -lgmp
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /usr/lib/libgmp.a when searching for -lgmp
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /usr/lib/libm.so when searching for -lm
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /lib/libncurses.so.5 when searching for
> /lib/libncurses.so.5
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> cannot find /lib/libncurses.so.5
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /usr/lib/libtinfo.a when searching for -ltinfo
> /usr/lib64/gcc/x86_64-suse-**linux/4.7/../../../../x86_64-**
> suse-linux/bin/ld:
> skipping incompatible /usr/lib/libc.so when searching for -lc
> collect2: error: ld returned 1 exit status
> make[1]: *** [gretlcli] Error 1
> make[1]: Leaving directory `/home/helio/gretl/cli'
> make: *** [cli] Error 2
>
_______________________________________________
Gretl-devel mailing list
Gretl-devel(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel