gnokii-users
[Top][All Lists]
Advanced

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

Re: Solaris and libintl.la


From: darren . chew
Subject: Re: Solaris and libintl.la
Date: Fri, 19 Aug 2005 23:12:08 +1000
User-agent: Internet Messaging Program (IMP) H3 (4.0.3)

Thanks Pawel. Makefile.global is attached re: libintl.la error.

I found a way to compile Gnokii without getting the libintl.la error. That was
to use the --disable-nls flag. However, gmake install produces errors to do
with the find command. I suspect it is because the find command included in
Solaris 10 is not GNU find.

Is there a way around this without installing GNU find? This would mean that
Gnokii can be installed on a default (full) install of Solaris 10 without the
need to add any additional software... and that would be great.

I have also found that if I use both --disable-nls and --without-x flags, I am
able to successfully install Gnokii. It appears that the find error is only
produced if Gnokii is compiled with X support.

# ./configure \
--prefix=/opt/gnokii \
--disable-nls
# gmake
# gmake install

 /usr/bin/find . -type d \! -path "*CVS*" \
      -exec /tmp/gnokii-0.6.8/config/install-sh -c -d
/opt/gnokii/share/xgnokii/help/{} \; ; \
 /usr/bin/find . -type f \! -path "*CVS*" \
      -exec /tmp/gnokii-0.6.8/config/install-sh -c -m 644 {}
/opt/gnokii/share/xgnokii/help/{} \; \
)
/usr/bin/find: bad option -path
/usr/bin/find: [-H | -L] path-list predicate-list
/usr/bin/find: bad option -path
/usr/bin/find: [-H | -L] path-list predicate-list
gmake[1]: *** [install] Error 1
gmake[1]: Leaving directory `/tmp/gnokii-0.6.8/xgnokii'
gmake: *** [install] Error 2

Quoting Pawel Kot <address@hidden>:

Hi,

2005/8/18, address@hidden <address@hidden>:
# 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

Can you show Makefile.global produced by configure? I belive something
went wrong in there.

/opt/gnokii/lib -lsocket -lnsl ../intl/libintl.la -L/usr/openwin/lib -lXpm

libtool is trying to link a local libintl, but it doesn't compile them

take care,
pkot
--
Pawel Kot
http://www.gnokii.org/


_______________________________________________
gnokii-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnokii-users



Attachment: Makefile.global
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]