[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [gftp] Re: compile fail on Sparc Solaris 8 machine



I tried it, but I'm still getting the error.

I had compiled and installed gettext, and still does work.   If I cd to src/text and src/gftp and compile with -lintl, then it works fine.  Should I consider it is a bug in the gftp configure file?

Another question, after compiled and installed gftp, the message window text color is the same as background of gftp, I have to select the text in the status window to view them.  Is there a way to change the default text color in the status window.

Thanks in advance and thanks Adam from the previous help.
-tony

Brian Masney wrote:
On Fri, Aug 22, 2003 at 11:43:17AM -0400, Adam Stein wrote:
  
Thanks for the info., I think I am almost there.
I did download the readline and installed, but now I am getting the 
following error when compile gftp.   Any ideas?

gcc  -g -O2  -o gftp-text  gftp-text.o ../../lib/libgftp.a 
-L/usr/local/lib -lglib -lsocket -lnsl -lm -lreadline -lcurses
Undefined                       first referenced
symbol                             in file
libintl_gettext                     gftp-text.o
ld: fatal: Symbol referencing errors. No output written to gftp-text
collect2: ld returned 1 exit status
      
I'm guessing that it's looking for the gettext package 
(ftp://ftp.gnu.org/gnu/gettext/).  You should check the output of the configure 
program to see what it says when it looks for anything with 'gettext'.
    

You could pass --with-included-gettext to configure and that should fix it.

Brian