Re: [osol-discuss] gettext

2009-04-13 Thread Hanma
checking for acl_from_text... no checking for acl_delete_def_file... no checking for acl_extended_file... no checking for library containing acl_trivial... -lsec checking for atexit... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking

Re: [osol-discuss] gettext

2009-04-13 Thread Hanma
I think this must be enough. Can you tell me what i must to do with this? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] gettext

2009-04-13 Thread James Carlson
Hanma writes: checking for library containing acl_trivial... -lsec That part looks right. /bin/sh ../libtool --tag=CC--mode=link gcc -std=gnu99 -g -O2-o msgcmp msgcmp-msgcmp.o libgettextsrc.la gcc -std=gnu99 -g -O2 -o .libs/msgcmp msgcmp-msgcmp.o ./.libs/libgettextsrc.so

Re: [osol-discuss] gettext

2009-04-13 Thread Hanma
Carlsonj, can you tell me, how can I install Epiphany browser? Many .tar.gz open source packages don't installes. So how can I install packages? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] gettext

2009-04-13 Thread James Carlson
Hanma writes: Carlsonj, can you tell me, how can I install Epiphany browser? Many .tar.gz open source packages don't installes. So how can I install packages? If it's .tar.gz, then you need to do this to unpack it first: gunzip -c filename.tar.gz | tar xf - where filename is the name

Re: [osol-discuss] gettext

2009-04-13 Thread Geoff Snowdon
Carlsonj, can you tell me, how can I install Epiphany browser? Many .tar.gz open source packages don't installes. So how can I install packages? Have you looked here: http://www.blastwave.org/packages.php/epiphany _ View

[osol-discuss] gettext

2009-04-09 Thread Hanma
I've been installing gettext 0.17, but in compiling there was fatal error Command failed for target 'all-recursive'. What I must to do? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] gettext

2009-04-09 Thread Milan Cermak
Hanma wrote: I've been installing gettext 0.17, but in compiling there was fatal error Command failed for target 'all-recursive'. What I must to do? You must send in larger part of output you got. Milan ___ opensolaris-discuss mailing list

Re: [osol-discuss] gettext

2009-04-09 Thread Hanma
sorry but I don't understand. Can you explain me? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] gettext

2009-04-09 Thread Milan Cermak
Hanma wrote: sorry but I don't understand. Can you explain me? You sent too little information. We need to see more to be able to help you. Milan ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] gettext

2009-04-09 Thread Martinus Ady H
Milan Cermak wrote: Hanma wrote: sorry but I don't understand. Can you explain me? You sent too little information. We need to see more to be able to help you. Milan Milan mean, paste your full error msg here :) -- Martinus Ady H. Personal Blog : http://martinusadyh.web.id/

Re: [osol-discuss] gettext

2009-04-09 Thread Aurelien Larcher
Hanma wrote: I've been installing gettext 0.17, but in compiling there was fatal error Command failed for target 'all-recursive'. What I must to do? hi, it seems to me that you are using some tools of the sun userland instead of gnu. this error can be related to the use of 'install'

Re: [osol-discuss] gettext

2009-04-09 Thread Yong Sun
Hi, Hanma, I'd recommend you to build it with pkgtool and SFE spec files. And you may install CBE (which includes pkgbuild/pkgtool) on your machine. For detail info, refer to http://pkgbuild.sourceforge.net/spec-files-extra, and http://www.opensolaris.org/os/project/jds/contributing/building.