Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121335 - libobjc path
Summary: libobjc path
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 11:30 UTC by Michal Zuber
Modified: 2006-02-02 11:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
problem with libobjc paths (config.log,28.30 KB, text/plain)
2006-02-02 11:35 UTC, Michal Zuber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Zuber 2006-02-02 11:30:02 UTC
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Intel(R) Celeron(R) M processor         1.30GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer -fforce-mem -fforce-addr"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer -fforce-mem -fforce-addr"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.gentoo.sk/pub/ http://distfiles.gentoo.org"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://mirror.gentoo.sk/gentoo-portage"
USE="x86 X aalib alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 crypt curl directfb eds emboss encode exif expat fam ffmpeg flac foomaticdb fortran gd gdbm ggi gif glut gmp gnome gnutls gpm gstreamer gtk gtk2 idn imlib ipv6 java jpeg kde lcms libcaca libg++ libwww mad mikmod mmx mng motif mozilla mp3 mpeg nas ncurses nls ogg oggvorbis opengl oss pam pcre pdflib perl png python qt quicktime readline samba sasl sdl spell sse sse2 ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts udev unicode vorbis xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Michal Zuber 2006-02-02 11:35:16 UTC
Created attachment 78743 [details]
problem with libobjc paths

I was installing gnustep-env and then it failed
I don't seem to be able to use your Objective-C compiler to produce
working binaries!  Please check your Objective-C compiler installation.
If you are using gcc-3.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to play
with LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
configure: error: The Objective-C compiler does not work or is not installed properly.
###############
mikael opt # locate libobjc
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libobjc.so.1.0.0
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libobjc.so.1
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libobjc.so
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libobjc.la
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libobjc.a
###############
mikael opt # locate libgcc 
/opt/vmware/workstation/lib/lib/libgcc_s.so.1
/opt/vmware/workstation/lib/lib/libgcc_s.so.1/libgcc_s.so.1
/lib/libgcc_s.so
/lib/libgcc_s.so.1
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libgcc.a
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libgcc_s.so.1
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libgcc_s.so
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libgcc_eh.a
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libgcc.a
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libgcc_eh.a
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libgcc_s.so.1
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libgcc_s.so
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-02 11:46:02 UTC
Ahem, use gcc-config to switch to gcc-3.4.4 ;)