Results 1 to 10 of 19
I need to find.4stdc++.so.4 to be able to install Everybuddy for Mandrake 9
It's a fresh install of Mandrake, and yes I'm a newb, I can't find the libstdc++.so.4 rpm ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-13-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 28
libstdc++.so.4
I need to find.4stdc++.so.4 to be able to install Everybuddy for Mandrake 9
It's a fresh install of Mandrake, and yes I'm a newb, I can't find the libstdc++.so.4 rpm anywhere
Any ideas?
Or if you know of any other MSN clones I could use, that would be a help also
Thanks,
- 06-13-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
libstdc++.so.4 is an old version. The current is 5, so in that case you would have to downgrade, which would probably cause many programs to stop functioning. Can't you compile Everybuddy from source instead?
- 06-13-2003 #3Just Joined!
- Join Date
- Jun 2003
- Posts
- 28
Yes I could compile it from source. I am a newbie remember so I'll take a stab at what that would do...
Compiling it from source on my distro would update the package to the versions of libstdc++ and other packages that I have on my machine?
I'll try it
Thanks
- 06-13-2003 #4Just Joined!
- Join Date
- Jun 2003
- Posts
- 28
Hmmm
OK, I thought I had compiled from source OK but it doesn't work (and that's because I don't really know what I'm doing)
I downloaded Everybuddy source from http://www.everybuddy.com/files/everybuddy-0.4.3.tar.gz
Extracted it to folder everybuddy-0.4.3 using
tar zxvf everybuddy-0.4.3.tar.gz
Was told by the instructions to do a ./gen (whatever that is)
bash: ./gen: No such file or directory
So no luck there
Then I did ./configure (whatever that is)
(and this is the output sorry I don't know if I really have to post all of this)
[jim@localhost everybuddy-0.4.3]$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... g++
checking whether the C++ compiler (g++ ) works... yes
checking whether the C++ compiler (g++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for a BSD compatible install... /usr/bin/install -c
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for paths.h... yes
checking for termios.h... yes
checking for sgtty.h... yes
checking for malloc.h... yes
checking for sys/filio.h... no
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/utsname.h... yes
checking for sys/select.h... yes
checking for sys/msgbuf.h... no
checking for sys/cdefs.h... yes
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for getopt.h... yes
checking for iconv.h... yes
checking for nameser.h... no
checking for poll.h... yes
checking for getopt_long... yes
checking for getopt... yes
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... no
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... 1.35, ok
checking for catalogs to be installed... fr de pt_PT tr es ja
checking for -lpthread compiler option... yes
checking for -liconv compiler option... no
checking for ispell... yes
checking for working const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for strftime... yes
checking for strchr... (cached) yes
checking for memcpy... yes
checking for socket... yes
checking for strdup... (cached) yes
checking for strstr... yes
checking for atexit... yes
checking for strsep... yes
checking for gethostbyname2... yes
checking for strtok_r... yes
checking for putenv... (cached) yes
checking for strchr... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... yes
checking for waitpid... yes
checking for getlogin... yes
checking for strerror... yes
checking for random... yes
checking for lrand48... yes
checking for gethostid... yes
checking for getsid... yes
checking for getpgid... yes
checking for krb_get_err_text... no
checking for krb_log... no
checking whether we want ESD support... yes
checking for esd-config... no
checking for ESD - version >= 0.2.7... no
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ESD_CONFIG environment variable to the
*** full path to esd-config.
checking for artsc-config... /usr/bin/artsc-config
checking for ARTS... automatic: no
*** Could not run ARTS test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means ARTS was incorrectly installed
*** or that you have moved ARTS since it was installed. In the latter case, you
*** may want to edit the artsc-config script: /usr/bin/artsc-config
checking for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for X11/extensions/scrnsaver.h... yes
checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXExExt... no
checking for XScreenSaverRegister in -lXss... yes
checking for snprintf... yes
checking for gethostent in -lnsl... yes
checking for connect... (cached) yes
checking for _af_ulaw2linear in -laudiofile... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating doc/Makefile
creating m4/Makefile
creating po/Makefile.in
creating intl/Makefile
creating pixmaps/Makefile
creating pixmaps/standard2/Makefile
creating pixmaps/console_smileys/Makefile
creating pixmaps/msn_rip/Makefile
creating pixmaps/yahoo_rip/Makefile
creating libproxy/Makefile
creating libproxy/config.h
creating sounds/Makefile
creating modules/Makefile
creating modules/importers/Makefile
creating modules/utility/Makefile
creating modules/aim-toc/Makefile
creating modules/aim-toc/libtoc/Makefile
creating modules/icq/Makefile
creating modules/icq/libicq/Makefile
creating modules/irc/Makefile
creating modules/jabber/Makefile
creating modules/jabber/libjabber/Makefile
creating modules/jabber/libjabber/include/Makefile
creating modules/jabber/libjabber/include/config.h
creating modules/jabber/libjabber/include/jabber/Makefile
creating modules/jabber/libxode/Makefile
creating modules/jabber/libxode/include/Makefile
creating modules/jabber/libxode/include/config.h
creating modules/msn2/Makefile
creating modules/msn2/libmsn2/Makefile
creating modules/yahoo2/Makefile
creating modules/yahoo2/libyahoo2/Makefile
creating modules/yahoo2/libyahoo2/config.h
creating po/POTFILES
creating po/Makefile
Not sure if there were any errors in the above
Then it said to do 'make'
that didn't seem to do the job though as it outputs this
[jim@localhost everybuddy-0.4.3]$ make
Making all in pixmaps
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
Making all in console_smileys
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/console_smileys'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/console_smileys'
Making all in standard2
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/standard2'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/standard2'
Making all in msn_rip
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/msn_rip'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/msn_rip'
Making all in yahoo_rip
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/yahoo_rip'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/yahoo_rip'
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
Making all in po
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/po'
Making all in m4
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/m4'
Making all in intl
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/intl'
Making all in libproxy
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/libproxy'
gcc -DPACKAGE=\"everybuddy\" -DVERSION=\"0.4.3\" -DUNIX=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_PATHS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_SGTTY_H=1 -DHAVE_MALLOC_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_CDEFS_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_ICONV_H=1 -DHAVE_POLL_H=1 -DHAVE_GETOPT_LONG=1 -DHAVE_GETOPT=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_CATGETS=1 -DENABLE_NLS=1 -DHAVE_LC_MESSAGES=1 -DHAVE_STPCPY=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_ATEXIT=1 -DHAVE_STRSEP=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRTOK_R=1 -DHAVE_PUTENV=1 -DHAVE_STRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_WAITPID=1 -DHAVE_GETLOGIN=1 -DHAVE_STRERROR=1 -DHAVE_RANDOM=1 -DHAVE_LRAND48=1 -DHAVE_GETHOSTID=1 -DHAVE_GETSID=1 -DHAVE_GETPGID=1 -DHAVE_MIT_SAVER_EXTENSION=1 -DHAVE_SNPRINTF=1 -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -I. -I. -g -O2 -DHAVE_ISPELL -I/usr/local/include -I/opt/include -I../ -D_REENTRANT -Wall -g -c proxy.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
proxy.c:34:21: gtk/gtk.h: No such file or directory
proxy.c: In function `proxy_recv':
proxy.c:280: warning: implicit declaration of function `g_new0'
proxy.c:280: parse error before "char"
proxy.c:284: warning: implicit declaration of function `g_free'
proxy.c: In function `proxy_send':
proxy.c:313: `gchar' undeclared (first use in this function)
proxy.c:313: (Each undeclared identifier is reported only once
proxy.c:313: for each function it appears in.)
proxy.c:313: warning: initialization makes pointer from integer without a cast
proxy.c: In function `socks5_connect':
proxy.c:551: parse error before "udp_connection"
proxy.c:552: parse error before "struct"
make[1]: *** [proxy.o] Error 1
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/libproxy'
make: *** [all-recursive] Error 1
Then it said run 'make install' as root. No good
[jim@localhost everybuddy-0.4.3]$ su
Password:
[root@localhost everybuddy-0.4.3]# make install
Making install in pixmaps
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
Making install in console_smileys
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/console_smileys'
make[3]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/console_smileys'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/console_smileys'
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/console_smileys'
Making install in standard2
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/standard2'
make[3]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/standard2'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/standard2'
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/standard2'
Making install in msn_rip
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/msn_rip'
make[3]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/msn_rip'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/msn_rip'
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/msn_rip'
Making install in yahoo_rip
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/yahoo_rip'
make[3]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/yahoo_rip'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/yahoo_rip'
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps/yahoo_rip'
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
make[3]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/pixmaps
/usr/bin/install -c -m 644 ./ebicon.png /usr/local/share/pixmaps/ebicon.png
make[3]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/pixmaps'
Making install in po
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/po'
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/everybuddy.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/everybuddy.mo
installing pt_PT.gmo as /usr/local/share/locale/pt_PT/LC_MESSAGES/everybuddy.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/everybuddy.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/everybuddy.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/everybuddy.mo
if test "everybuddy" = "gettext"; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/po; \
/usr/bin/install -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/po'
Making install in m4
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/m4'
make[2]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/m4'
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/m4'
Making install in intl
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/intl'
if test "everybuddy" = "gettext" \
&& test '' = 'intl-compat.o'; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib /usr/local/include; \
/usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
/bin/sh ../libtool --mode=install \
/usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
: ; \
fi
if test 'no' = yes; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib; \
temp=/usr/local/lib/t-charset.alias; \
dest=/usr/local/lib/charset.alias; \
if test -f /usr/local/lib/charset.alias; then \
orig=/usr/local/lib/charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
if test yes = no; then \
orig=charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
fi; \
fi; \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/locale; \
test -f /usr/local/share/locale/locale.alias \
&& orig=/usr/local/share/locale/locale.alias \
|| orig=./locale.alias; \
temp=/usr/local/share/locale/t-locale.alias; \
dest=/usr/local/share/locale/locale.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
: ; \
fi
if test "everybuddy" = "gettext"; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/intl; \
/usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
/usr/bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \
dists="COPYING.LIB-2 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gettext.h gettextP.h hash-string.h libgnuintl.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y localcharset.c intl-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/intl/$file; \
done; \
chmod a+x /usr/local/share/gettext/intl/config.charset; \
dists="plural.c"; \
for file in $dists; do \
if test -f $file; then dir=.; else dir=.; fi; \
/usr/bin/install -c -m 644 $dir/$file \
/usr/local/share/gettext/intl/$file; \
done; \
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c"; \
for file in $dists; do \
rm -f /usr/local/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/intl'
Making install in libproxy
make[1]: Entering directory `/home/jim/Desktop/everybuddy-0.4.3/libproxy'
gcc -DPACKAGE=\"everybuddy\" -DVERSION=\"0.4.3\" -DUNIX=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_PATHS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_SGTTY_H=1 -DHAVE_MALLOC_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_CDEFS_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_ICONV_H=1 -DHAVE_POLL_H=1 -DHAVE_GETOPT_LONG=1 -DHAVE_GETOPT=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_CATGETS=1 -DENABLE_NLS=1 -DHAVE_LC_MESSAGES=1 -DHAVE_STPCPY=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_ATEXIT=1 -DHAVE_STRSEP=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRTOK_R=1 -DHAVE_PUTENV=1 -DHAVE_STRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_WAITPID=1 -DHAVE_GETLOGIN=1 -DHAVE_STRERROR=1 -DHAVE_RANDOM=1 -DHAVE_LRAND48=1 -DHAVE_GETHOSTID=1 -DHAVE_GETSID=1 -DHAVE_GETPGID=1 -DHAVE_MIT_SAVER_EXTENSION=1 -DHAVE_SNPRINTF=1 -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -I. -I. -g -O2 -DHAVE_ISPELL -I/usr/local/include -I/opt/include -I../ -D_REENTRANT -Wall -g -c proxy.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
proxy.c:34:21: gtk/gtk.h: No such file or directory
proxy.c: In function `proxy_recv':
proxy.c:280: warning: implicit declaration of function `g_new0'
proxy.c:280: parse error before "char"
proxy.c:284: warning: implicit declaration of function `g_free'
proxy.c: In function `proxy_send':
proxy.c:313: `gchar' undeclared (first use in this function)
proxy.c:313: (Each undeclared identifier is reported only once
proxy.c:313: for each function it appears in.)
proxy.c:313: warning: initialization makes pointer from integer without a cast
proxy.c: In function `socks5_connect':
proxy.c:551: parse error before "udp_connection"
proxy.c:552: parse error before "struct"
make[1]: *** [proxy.o] Error 1
make[1]: Leaving directory `/home/jim/Desktop/everybuddy-0.4.3/libproxy'
make: *** [install-recursive] Error 1
Again, big apologies for the massive post, but I don't know what I'm doing and thought it might help
Thanks,
Jim
- 06-13-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You will need to have the gtk+-devel package installed. You can find it either on your installation CDs, or on http://rpmfind.net/. If you are going to download it from rpmfind.net, you will need it to match the version of the gtk+ package that is installed on your computer. To find out what version that is, run "rpm -q gtk+".
- 06-14-2003 #6Just Joined!
- Join Date
- Jun 2003
- Posts
- 28
GTK+ isn't even installed on my machine!
What version should I look for?
- 06-14-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Are you really not using a single GTK+ application? Anyway, only one version comes on your CDs, so use that one.
Remember that you must run "rpm -q gtk+" with lowercase gtk+, not uppercase.
- 06-14-2003 #8Just Joined!
- Join Date
- Jun 2003
- Posts
- 28
rpm -q gtk+
package not installed
What is the exact name of the package I need to search for in RPMDrake?
Thanks,
Jim
- 06-14-2003 #9Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
gtk+
- 06-14-2003 #10Just Joined!
- Join Date
- Jun 2003
- Posts
- 28
OK, did a search in RPMDrake for gtk+
Sorry to be an idiot, but I'm still not sure what I need to install
There are many packages listed
gtk+licq...
gtk-doc/engines/themes
gtkam/keyboard/graph/talog
hotplug-gtk
libexif-gtk4-0.3.2-1mdk...
libgtk+2.0_0devel...
There's everything and anything in the list, what is it I need?
Thanks,
Jim


Reply With Quote
