[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error on linux x86-64
From: |
Riccardo Mottola |
Subject: |
Re: error on linux x86-64 |
Date: |
Tue, 31 May 2011 23:54:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.9.1.16) Gecko/20110216 SeaMonkey/2.0.11 |
Hi
Did you reconfigure gnustep-make ? What version of gnustep-make are you using ?
Was @OBJ_MERGE_CMD_FLAG@ replaced in config.make ?
I use latest svn of gnustep-make and I reconfigured it. In fact, today I
tried again, I had the same svn version.
However at my second clean, configure and install I had more luck.
Base installed fully. However when building gui, I get:
Making all for tool set_show_service...
Linking tool set_show_service ...
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
warning: libgnustep-base.so.1.21, needed by
../Source/./obj/libgnustep-gui.so, may conflict with libgnustep-base.so.1.23
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
warning: libicui18n.so.46, needed by
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.21, not found
(try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
warning: libicuuc.so.46, needed by
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.21, not found
(try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld:
warning: libicudata.so.46, needed by
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.21, not found
(try using -rpath or -rpath-link)
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.21: undefined
reference to `uloc_getLCID_46'
I did not remove the old version before installing the new one, but why
is gui trying to use the old one?
My setup is:
ls -l /usr/GNUstep/System/Library/Libraries/libgnustep-base.so*
lrwxrwxrwx 1 multix users 23 May 31 23:52
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so ->
libgnustep-base.so.1.23
lrwxrwxrwx 1 multix users 25 Mar 30 19:54
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.21 ->
libgnustep-base.so.1.21.1
-rwxr-xr-x 1 multix users 10739237 Jun 15 2010
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.21.0
-rwxr-xr-x 1 multix users 11674185 Mar 30 19:54
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.21.1
lrwxrwxrwx 1 multix users 25 May 31 23:52
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.23 ->
libgnustep-base.so.1.23.0
-rwxr-xr-x 1 multix users 11682649 May 31 23:46
/usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.23.0
which looks correct. I did reconfigure both base and gui and did a make
clean before building, there should be no leftovers.
Riccardo
- error on linux x86-64, Riccardo Mottola, 2011/05/30
- Message not available
- Re: error on linux x86-64,
Riccardo Mottola <=