From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Tue, 23 Sep 2003 14:11:49 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 202 ************************************************** Monday 22 September 2003 Number 202 ************************************************** Subjects for today 1 Innotek LIBC and glinks : Dave and Natalie" **= Email 1 ==========================** Date: Tue, 23 Sep 2003 08:24:33 -0800 From: "Dave and Natalie" Subject: Innotek LIBC and glinks On Fri, 19 Sep 2003 16:05:23 +0100, Knut St. Osmundsen wrote: >Now, have anyone actually tried GCC/LIBC beta2 by now? Any suggestions, >problems, ideas, contributions? Running configure on glinks (Text and graphic web browser includes support for pmshell) (http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/) I get these errors etc. Finds EMX, don't know if this is good or bad Get this error In file included from configure:4236: g:/usr/include/netinet/ip.h:79: field `ip_src' has incomplete type g:/usr/include/netinet/ip.h:79: field `ip_dst' has incomplete type g:/usr/include/netinet/ip.h:165: parse error before "n_long" g:/usr/include/netinet/ip.h:167: field `ipt_addr' has incomplete type g:/usr/include/netinet/ip.h:168: parse error before "n_long" g:/usr/include/netinet/ip.h:170: parse error before '}' token g:/usr/include/netinet/ip.h:171: parse error before '}' token Building works OK until the final linking when I get this 09-20-2003 07:45:31 SYS3171 PID 4b5e TID 0001 Slot 00b3 G:\USR\BIN\LD.EXE c0000005 000156cf P1=00000002 P2=fffc09bc P3=XXXXXXXX P4=XXXXXXXX EAX=0021aa40 EBX=00182c90 ECX=00000002 EDX=0012fa18 ESI=00000005 EDI=0021aa40 DS=0053 DSACC=f0f3 DSLIM=ffffffff ES=0053 ESACC=f0f3 ESLIM=ffffffff FS=150b FSACC=00f3 FSLIM=00000030 GS=0000 GSACC=**** GSLIM=******** CS:EIP=005b:000156cf CSACC=f0df CSLIM=ffffffff SS:ESP=0053:fffc09c0 SSACC=f0f3 SSLIM=ffffffff EBP=0012f718 FLG=00012202 LD.EXE 0001:000056cf Disabling the pmshell graphic driver allows the build to finish but links dies with this error X:\usr\src\links-2.1pre11>links.exe INTERNAL ERROR at select.c:208: set_handlers: handle 4306 >= FD_SETSIZE 2048 Forcing core dump Process terminated by SIGSEGV Setting up enviroment for -Zomf (link386) and running configure I get lots of 09-20-2003 19:45:53 SYS3175 PID 7bb1 TID 0001 Slot 00d8 E:\OS2\LINK386.EXE c0000005 107bb7d9 P1=00000001 P2=ffffae9a P3=XXXXXXXX P4=XXXXXXXX EAX=0008ae8a EBX=00000000 ECX=00000005 EDX=00000053 ESI=00000c00 EDI=00000a07 DS=0047 DSACC=00f3 DSLIM=0000b0cf ES=006f ESACC=00f3 ESLIM=00005fff FS=150b FSACC=00f3 FSLIM=00000030 GS=0000 GSACC=**** GSLIM=******** CS:EIP=005b:107bb7d9 CSACC=f0df CSLIM=ffffffff SS:ESP=0053:0008ae8a SSACC=f0f3 SSLIM=ffffffff EBP=ffffae92 FLG=00012216 INNIDM.DLL 0001:0000b7d9 and configure eventually dies with problems with png.lib (handles jpeg.lib z.lib etc fine) Running makeomflibs on png.a fixes the problem and configure finishes fine. Had to also run makeomflibs on ssl.a for weakld. Links gave same error INTERNAL ERROR at select.c:208: set_handlers: handle 5909 >= FD_SETSIZE 2048 Dave