Re: Compiling Gnome under Slackware 3.5




Slackware has a little problem called libc5 and no libc6 as of yet (unless
you install it yourself).  Libc5 doesnt contain all the stuff for nls, so
ya get to use  --disable-nls  when you configure sometimes..

At least I had this prob when making gnome on my slack3.3 box.. and all it
does is disable native language support...

So, if you dont need to use anything other than english, this is an
option.

sar

On Wed, 14 Oct 1998, Andrew White wrote:

> Hi
> 
> I have just started to install the last source of gnome 0.30 on slakware
> 3.5. I followed the instructions on the gnome web site
> http://www.gnome.org/start/gnometar.shtml and have installed all packages
> as mentioned in the correct order
> libtool-1.0h.tar.gz
> autoconf-2.12.tar.gz
> automake-1.3.tar.gz
> esound-0.2.1.tar.gz 
> gettext-0.10.tar.gz
> gmp-2.0.2.tar.gz 
> gsl-0.3b.tar.gz 
> slib2c0.tar.gz 
> guile-1.2.tar.gz 
> glib-1.1.3.tar.gz 
> gtk+-1.1.2.tar.gz 
> imlib-1.8.1.tar.gz 
> ORBit-0.3.0.tar.gz 
> gnome-libs-0.30.1.tar.gz
> libPropList-0.7.1gnome.tar.gz 
> libxml-0.30.tar.gz 
> libghttp-0.30.tar.gz 
> libgtop-0.26.2.tar.gz 
> gnome-core-0.30.tar.gz 
> 
> Everything compiled ok and installed fine up to here.
> 
> When installing gnome-utils I get this error
> 
> make[3]: Entering directory
> `/usr/local/src/gnome-utils-0.30/mini-utils/gpenguin'
> /bin/sh ../../libtool
> --mode=link gcc -g -O2  -o gpenguin  gpenguin.o -rdynamic -L/usr/local/lib
> -L/usr/X11R6/lib -rdynamic -lgnomeui -lgdk_imlib -ljpeg -ltiff -lgif -lpng
> -lz -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lm -lgnome
> -lgnomesupport -ldb -lglib -ldl -lshadow -lm
> gcc -g -O2 -o gpenguin
> gpenguin.o -rdynamic -L/usr/local/lib -L/usr/X11R6/lib -rdynamic -lgnomeui
> -lgdk_imlib -ljpeg -ltiff -lgif -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule
> -lXext -lX11 -lm -lgnome -lgnomesupport -ldb -lglib -ldl -lshadow
> -lm
> /usr/local/lib/libgnomeui.so: undefined reference to
> `dgettext'
> /usr/local/lib/libgnomeui.so: undefined reference to
> `gettext'
> /usr/local/lib/libgnome.so: undefined reference to
> `bindtextdomain'
> collect2: ld returned 1 exit status
> make[3]: ***
> [gpenguin] Error 1
> make[3]: Leaving directory
> `/usr/local/src/gnome-utils-0.30/mini-utils/gpenguin'
> make[2]: ***
> [all-recursive] Error 1
> make[2]: Leaving directory
> `/usr/local/src/gnome-utils-0.30/mini-utils'
> make[1]: *** [all-recursive]
> Error 1
> make[1]: Leaving directory `/usr/local/src/gnome-utils-0.30'
> make:
> *** [all-recursive-am] Error 2
> bash#
> 
> As far a I can tell libgnomeui.so has
> a problem with gettext, yet gettext compiled with no errors and I ran
> ldconfig after each package I installed. So Im at a bit of a loss. 
> 
> if anyone could help me with this I would be very pleased..
> 
> Thanks
> Andrew
> 
> 
> -- 
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 

------------------------------------------
>From linux/kernel/panic.c :

int bad_user_access_length(void)
{
        panic("bad_user_access_length executed (not cool, dude)");
}

Something tells me this isn't a good thing.



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