[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Solaris and libintl.la
From: |
darren . chew |
Subject: |
Solaris and libintl.la |
Date: |
Fri, 19 Aug 2005 01:10:49 +1000 |
User-agent: |
Internet Messaging Program (IMP) H3 (4.0.3) |
Hi gnokii-users,
I have been unable to compile gnokii 0.6.8 on Solaris 10. gmake appears to be
complaing about being unable to find libintl.la.
Steps I used to compile gnokii
------------------------------
# PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin
# export PATH
# gtar zxvf gnokii-0.6.8.tar.gz --directory=/tmp
# cd /tmp/gnokii-0.6.8
# CPPFLAGS="-I/usr/include -L/usr/lib/sparcv9" \
./configure \
--prefix=/opt/gnokii \
--with-libintl-prefix=/usr
# gmake
Error message produced by running gmake
---------------------------------------
gcc -g -O2 -I../intl -I../include -I/usr/openwin/include -I/usr/include
-L/usr/lib/sparcv9 -I/usr/openwin/include -c snprintf.c -o snprintf.o
>/dev/null 2>&1
/bin/ksh ../libtool --mode=link gcc -o libgnokii.la gsm-api.lo gsm-error.lo
gsm-statemachine.lo cfgreader.lo device.lo vcard.lo vcal.lo gnvcal.lo ldif.lo
gsm-networks.lo gsm-filetypes.lo readmidi.lo gsm-ringtones.lo gsm-bitmaps.lo
gsm-sms.lo gsm-call.lo gsm-encoding.lo gsm-common.lo sms-nokia.lo
nokia-decoding.lo pkt.lo compat.lo misc.lo snprintf.lo phones/libPHONES.la
links/libLINKS.la devices/libDEVICES.la -version-info 2:3:0 -rpath
/opt/gnokii/lib -lsocket -lnsl ../intl/libintl.la -L/usr/openwin/lib -lXpm
-lX11
libtool: link: cannot find the library `../intl/libintl.la'
gmake[1]: *** [libgnokii.la] Error 1
gmake[1]: Leaving directory `/tmp/gnokii-0.6.8/common'
gmake: *** [common] Error 2
Misc info about my setup
------------------------
# cat /etc/release
Solaris 10 3/05 s10_74L2a SPARC
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 22 January 2005
# which gcc
/usr/sfw/bin/gcc
# gcc --version
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# find /usr|grep libintl
/usr/lib/sparcv9/libintl.so
/usr/lib/sparcv9/libintl.so.1
/usr/lib/libintl.so
/usr/lib/libintl.so.1
/usr/share/man/man3lib/libintl.3lib
/usr/include/libintl.h
I did come across a posting in the archives that suggested compiling with
--disable-shared, this did not work for me. Has anyone had any success with
Gnokii on Solaris? Any help is much appreciated, I have been trying for hours
without any luck. Thank you.
Darren
- Solaris and libintl.la,
darren . chew <=