- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lftp 3.0.6 compilation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 11:58 PM
06-17-2004 11:58 PM
lftp 3.0.6 compilation
kibo:root> ./configure
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking how to link simple c++ programs... using gcc
checking if gcc supports -fno-exceptions -fno-rtti... yes
checking if -fno-implement-inlines implements virtual functions... yes
checking if c++ compiler works... yes
checking if c++ compiler can handle dynamic initializers... no
configure: error: C++ compiler cannot handle dynamic initializers of static obje
cts
-- from the configure file
echo "${ECHO_T}$cxx_dynamic_init" >&6
if test x$cxx_dynamic_init = xno; then
{ { echo "$as_me:$LINENO: error: C++ compiler cannot handle dynamic initia
lizers of static objects" >&5
echo "$as_me: error: C++ compiler cannot handle dynamic initializers of static o
bjects" >&2;}
{ (exit 1); exit 1; }; }
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
--
I've got the following installed from hpux.connect.org:
autoconf-2.57-sd-11.00.depot
autoconf-3.57-sd-11.00.depot
bison-1.875-sd-11.00.depot
db-4.2.52-sd-11.00.depot
flex-2.5.4a-sd-11.00.depot
gawk-3.1.3-sd-11.00.depot
gcc-3.3.2-sd-11.00.depot
gettext-0.14.1-sd-11.00.depot
libiconv-1.9.2-sd-11.00.depot
libiconv-2.9.2-sd-11.00.depot
libiconv-3.9.2-sd-11.00.depot
m4-1.4-sd-11.00.depot
make-3.80-sd-11.00.depot
perl-5.8.3-sd-11.00.depot
texinfo-4.5-sd-11.00.depot
The exact same configure with same depots works on 11.00... so I don't believe it's the GNU stuff.
I also installed PHCO_25569 (libc) and 24207 (libm)
anything else OS side to install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 12:27 AM
06-18-2004 12:27 AM
Re: lftp 3.0.6 compilation
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 01:03 AM
06-18-2004 01:03 AM
Re: lftp 3.0.6 compilation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 01:08 AM
06-18-2004 01:08 AM
Re: lftp 3.0.6 compilation
(which build a Makefile, but can't compile)
Here is the true error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 04:16 AM
06-18-2004 04:16 AM
Re: lftp 3.0.6 compilation
PHCO_25569
PHSS_22535
PHSS_24207
however, now it fails on the make:
root> make
No suffix list.
Making all in include
/tmp/lftp-3.0.6/include
No suffix list.
make all-am
No suffix list.
Making all in readline-4.3
/tmp/lftp-3.0.6/readline-4.3
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSI
ON='"4.3"' -g -O vi_mode.c
vi_mode.c: In function `_rl_vi_change_mbchar_case':
vi_mode.c:691: error: `mbrtowc' undeclared (first use in this function)
vi_mode.c:691: error: (Each undeclared identifier is reported only once
vi_mode.c:691: error: for each function it appears in.)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 10:20 PM
06-20-2004 10:20 PM
Re: lftp 3.0.6 compilation
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 10:27 PM
06-20-2004 10:27 PM
Re: lftp 3.0.6 compilation
however, I tried the clean.. with same effect:
root> make
No suffix list.
Making all in include
/tmp/lftp-3.0.6/include
No suffix list.
make all-am
No suffix list.
Making all in readline-4.3
/tmp/lftp-3.0.6/readline-4.3
rm -f readline.o
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSI
ON='"4.3"' -g -O readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSI
ON='"4.3"' -g -O vi_mode.c
vi_mode.c: In function `_rl_vi_change_mbchar_case':
vi_mode.c:691: error: `mbrtowc' undeclared (first use in this function)
vi_mode.c:691: error: (Each undeclared identifier is reported only once
vi_mode.c:691: error: for each function it appears in.)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 07:24 PM
11-22-2004 07:24 PM
Re: lftp 3.0.6 compilation
I have the same problem compiling lftp 3.0.11.
Could not find the binaries for lftp on HPUX anywhere either..
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 11:26 PM
11-22-2004 11:26 PM
Re: lftp 3.0.6 compilation
if /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -MT Resolver.lo -MD -MP -MF ".deps/Resolver.Tpo" -c -o Resolver.lo Resolver.cc; \
then mv -f ".deps/Resolver.Tpo" ".deps/Resolver.Plo"; else rm -f ".deps/Resolver.Tpo"; exit 1; fi
Resolver.cc: In function `int extract_domain(const unsigned char*, const unsigned char*, int, char*, int)':
Resolver.cc:395: error: `dn_expand' undeclared (first use this function)
Resolver.cc:395: error: (Each undeclared identifier is reported only once for each function it appears in.)
Resolver.cc:396: error: `dn_skipname' undeclared (first use this function)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
I have tried to remove dn_expand in the Resolver.cc, as it says
#ifdef HAVE_DN_EXPAND // newer resolver versions have dn_expand and dn_skipname
But that only crippled lftp as connection to dns names becomes impossible:
./lftp ftp.uio.no
lftp: ftp.uio.no: Host lookup error 0
dc_expans and dc_skipname exists, so I'll probably have to search more i the source code?
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 01:29 AM
12-02-2004 01:29 AM
Re: lftp 3.0.6 compilation
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 03:26 AM
12-02-2004 03:26 AM
Re: lftp 3.0.6 compilation
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 03:58 AM
12-02-2004 03:58 AM
Re: lftp 3.0.6 compilation
Best Regards,
Andre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 04:01 AM
12-02-2004 04:01 AM
Re: lftp 3.0.6 compilation
I suggest you start your own thread as Bill is not maintaining this thread at this time.
You can link this thread in as a reference.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com