search for: nanoftp

Displaying 20 results from an estimated 22 matches for "nanoftp".

2001 Jun 29
3
Fail to build R (PR#1005)
...We tried to install R on our Sun Solaris 2.8 machine using gcc 3.0. During the compilation, we got error messages like: gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c sockconn.c -o sockconn.o gcc -shared -o internet.so Rsock.o internet.o nanoftp.o nanohttp.o sock.o sockconn.o Text relocation remains referenced against symbol offset in file sscanf 0x14a0 nanoftp.o <unknown> 0x508 Rsock.o <unknown>...
2010 Oct 22
1
cannot connect to an FTP server with long HELLO message
...y logging in as "anonymous" using your E-mail address as a password. Please see ftp://ftp.ncbi.nih.gov/README.ftp for hints on large file transfers 220 FTP Server ready. ----------------------------------------------------------------------------- This seems to cause problems to the nanoftp module (src/modules/internet/nanoftp.c) used by url() and download.file() as it doesn't seem to be able to catch the 220 control code. I'm not familiar with the nanoftp module, or with socket programming in general, or with RFC 959 (FTP protocal), so I'm not really in a position to say...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...ncurses -lm ld: warning dynamic shared library: /usr/lib/libz.dylib not made a weak library in output with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1 /Users/kjhealy/downloads/R-1.7.0/modules/R_X11.so is unchanged making Rsock.d from Rsock.c making internet.d from internet.c making nanoftp.d from nanoftp.c making nanohttp.d from nanohttp.c making sock.d from sock.c making sockconn.d from sockconn.c gcc -no-cpp-precomp -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H -fno-common -g -O2 -c Rsock.c -o Rsock.lo Rsock.c: In function...
2003 Apr 12
0
compiling R in 64-bit mode on Linux on Power4
...='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64 -G' SHLIB_LDFLAGS='-q64 -G' CPICFLAGS='-G' FPICFLAGS='-G' CXXPICFLAGS='-G' && gmake The error message was as follows. xlC -q64 -G -q64 -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo xlC: 1501-218 file Rsock.lo contains an incorrect file suffix xlC: 1501-218 file internet.lo contains an incorrect file suffix xlC: 1501-218 file nanoftp.lo contains an incorrect file suffix xlC: 1501-218 file nanohttp.lo contains an incorrect file suffix xlC: 15...
2006 Jan 27
1
R compile on AIX 5.2
...The "R-beta" bundle successfully completes the "configure" stage but comes up with the following error during "make": gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo /home/mbeason/work/R-beta/src/modules/lapack making Lapack.d from Lapack.c /usr/local/bin/f2c < dlamc.f > c_dlamc.c dlamch: dlamc1: Error on line 296: p1_addr: unknown uname_tag '537090960' dlamc2: dlamc3: dlamc4: dlamc5:...
2006 Jan 27
1
R compile on AIX 5.2
...The "R-beta" bundle successfully completes the "configure" stage but comes up with the following error during "make": gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo /home/mbeason/work/R-beta/src/modules/lapack making Lapack.d from Lapack.c /usr/local/bin/f2c < dlamc.f > c_dlamc.c dlamch: dlamc1: Error on line 296: p1_addr: unknown uname_tag '537090960' dlamc2: dlamc3: dlamc4: dlamc5:...
2006 May 19
1
make error for R-2.3.0
...std=gnu99 -c Rsock.c -o Rsock.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -std=gnu99 -c internet.c -o internet.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -std=gnu99 -c nanoftp.c -o nanoftp.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -std=gnu99 -c nanohttp.c -o nanohttp.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -std=gnu99 -c sock.c -o sock.o...
2006 Apr 25
0
make: sockconn.c; make check: eval-etc.R; make install: $(EXPORTFILES) (PR#8809)
...-DHAVE_CONFIG_H -fpic -g -O2 -c Rsock.c -o Rsock.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c internet.c -o internet.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c nanoftp.c -o nanoftp.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c nanohttp.c -o nanohttp.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c sock.c -o sock.o gcc -I. -I../../../src...
2004 Aug 06
5
Ices2 compile error - streaming ogg!
...3123 Feb 28 13:22 entities.h -rw-r--r-- 1 root root 2936 Feb 28 13:22 HTMLparser.h -rw-r--r-- 1 root root 800 Feb 28 13:22 HTMLtree.h lrwxrwxrwx 1 root root 1 May 18 18:02 libxml -> . -rw-r--r-- 1 root root 2551 Feb 28 13:22 nanoftp.h -rw-r--r-- 1 root root 920 Feb 28 13:22 nanohttp.h -rw-r--r-- 1 root root 17325 Feb 28 13:22 parser.h -rw-r--r-- 1 root root 25039 Feb 28 13:22 parserInternals.h -rw-r--r-- 1 root root 3059 Feb 28 13:22 SAX.h -rw-r--r-- 1 root root...
2004 Aug 06
1
Ices2 compile error - streaming ogg!
...; > -rw-r--r-- 1 root root 2936 Feb 28 13:22 HTMLparser.h > > -rw-r--r-- 1 root root 800 Feb 28 13:22 HTMLtree.h > > lrwxrwxrwx 1 root root 1 May 18 18:02 libxml -> . > > -rw-r--r-- 1 root root 2551 Feb 28 13:22 nanoftp.h > > -rw-r--r-- 1 root root 920 Feb 28 13:22 nanohttp.h > > -rw-r--r-- 1 root root 17325 Feb 28 13:22 parser.h > > -rw-r--r-- 1 root root 25039 Feb 28 13:22 > > parserInternals.h > > -rw-r--r-- 1 root root 305...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello, I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0 from sources under HP-UX 11.00 using f2c and X11 support. Configuration phase is OK but using make I have errors: gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o charac ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello, I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0 from sources under HP-UX 11.00 using f2c and X11 support. Configuration phase is OK but using make I have errors: gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o charac ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o
2004 Aug 06
0
Ices2 compile error - streaming ogg!
...13:22 entities.h > -rw-r--r-- 1 root root 2936 Feb 28 13:22 HTMLparser.h > -rw-r--r-- 1 root root 800 Feb 28 13:22 HTMLtree.h > lrwxrwxrwx 1 root root 1 May 18 18:02 libxml -> . > -rw-r--r-- 1 root root 2551 Feb 28 13:22 nanoftp.h > -rw-r--r-- 1 root root 920 Feb 28 13:22 nanohttp.h > -rw-r--r-- 1 root root 17325 Feb 28 13:22 parser.h > -rw-r--r-- 1 root root 25039 Feb 28 13:22 > parserInternals.h > -rw-r--r-- 1 root root 3059 Feb 28 13:22 SAX.h >...
2001 Oct 23
1
No subject
Dear R contributors, I recently dowloaded the R-1.3.1 on my SGi Origin 200 run by Irix6.5. In order to instal it, I launched the command shown below: env MAKE=gmake ./configure The output was as follow:: R is now configured for mips-sgi-irix6.5 Source directory: . Installation directory: /usr/local C compiler: cc -OPT:IEEE_NaN_inf=ON -g C++ compiler:
2001 Oct 24
0
Re: Compiling R v 1.3.1 under Irix 6.5 on SGI Origin
...> -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sock.c -o sock.lo > gcc -I. -I../../../src/include -I../../../src/include > -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sockconn.c -o > sockconn.lo > gcc -shared -o internet.so Rsock.lo internet.lo nanoftp.lo > nanohttp.lo sock.lo sockconn.lo > making Lapack.d from Lapack.c > gcc -I. -I../../../src/include -I../../../src/include > -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Lapack.c -o Lapack.lo > g77 -fPIC -g -O2 -c double.f -o double.lo > g77...
2002 Jun 19
0
[R] Problems with url/download and http_proxy
...r-devel@stat.math.ethz.ch > Subject: RE: [R] Problems with url/download and http_proxy > > > It's a bug in the libxml code causing the port to be set to zero. > Comment lines like > > /*if (proxyPort != 0) { > proxyPort = 0; > }*/ > > in nanohttp.c and nanoftp.c. (The port has already been set in the > caller.) > > Please confirm that this works. > > > On Tue, 18 Jun 2002 ripley@stats.ox.ac.uk wrote: > > > The port is not supposed to be required, so rather than fix > the docs can > > anyone fix the problem? >...
2004 Aug 06
2
Is there a guide?
At 07:59 AM 7/29/02 +1000, you wrote: >I noticed another post where it was mentioned which modules were needed etc, >then followed the instructions at xiph.org for CVS. It's working now, >although darkice (which is none of xiph's concern AFAIK) seg-faults..... > >I haven't been able to test ices2 in live mode, well, it seems to work, but I >get silence.... ices2 in
2006 Feb 07
0
[R] R compile on AIX 5.2
...le successfully completes the "configure" stage but > comes up with the following error during "make": > > gcc -Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall > -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o internet.so Rsock.lo > internet.lo nanoftp.lo nanohttp.lo sock.lo sockconn.lo > /home/mbeason/work/R-beta/src/modules/lapack > making Lapack.d from Lapack.c > /usr/local/bin/f2c < dlamc.f > c_dlamc.c > dlamch: > dlamc1: > Error on line 296: p1_addr: unknown uname_tag '537090960' > dlamc2: &...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...suppress -L/usr/local/lib -o R_X11.so dataentry.o devX11.o rotated.o rbitmap.o -lSM -lICE -L/usr/X11/lib -lX11 -lXt -lXmu -ljpeg -L../../../lib -lR -Wl,-framework -Wl,CoreFoundation mkdir /Users/mike/Downloads/R-2.8.1/modules making internet.d from internet.c making Rsock.d from Rsock.c making nanoftp.d from nanoftp.c making nanohttp.d from nanohttp.c making sock.d from sock.c making sockconn.d from sockconn.c gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Rsock.c -o Rsock.o gcc -std=gnu99 -I. -I../../../src/include -I../...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...src/modules/X11' gmake[3]: Leaving directory `/soft/R/R-1.5.1/src/modules/X11' gmake[3]: Entering directory `/soft/R/R-1.5.1/src/modules/internet' gmake[4]: Entering directory `/soft/R/R-1.5.1/src/modules/internet' making Rsock.d from Rsock.c making internet.d from internet.c making nanoftp.d from nanoftp.c making nanohttp.d from nanohttp.c making sock.d from sock.c making sockconn.d from sockconn.c gmake[4]: Leaving directory `/soft/R/R-1.5.1/src/modules/internet' gmake[4]: Entering directory `/soft/R/R-1.5.1/src/modules/internet' /usr/bin/cc -I. -I../../../src/include -I../....