On Sat, Mar 30, 2002 at 09:01:20AM -0600, Fiber McGee wrote: > Forwarded mail from [EMAIL PROTECTED]: > > >Hi. I am having problems compiling Lynx 2.8.4 on my system. System is a Linux > >2.2.10 box with glibc 2.0.7. Compiler is gcc 2.95.3 and the curses is ncurses > >5.2.
that's a problem in FD_ZERO macro, which we don't tamper with. Given the rather old glibc compared with the newer gcc, it's probably a glibc bug that's exposed by the compiler. (The glibc maintainers have completely disowned glibc 2.0.x, btw). > >Command line: gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DLINUX > >-I/usr/ssl/../include -I../../.. -I../../../src -I../../.. > >-I../../../src -I../../../WWW/Library/Implementation > >-O2 -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH > >-c ../../../WWW/Library/Implementation/HTFTP.c > > > >Errors: > >./../../WWW/Library/Implementation/HTFTP.c: In function `get_listen_socket': > >./../../WWW/Library/Implementation/HTFTP.c:1088: Invalid `asm' statement: > >./../../WWW/Library/Implementation/HTFTP.c:1088: fixed or forbidden register 2 > >(cx) was spilled for class CREG. > >make[1]: *** [HTFTP.o] Error 1 > > > >I would appreciate any help. Thanks! > > > >-CX157 > > > > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED] -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
