Date: Sun, 14 May 2006 00:00:36 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 700 ************************************************** Saturday 13 May 2006 Number 700 ************************************************** Subjects for today 1 Re: link line lentgh? : Steven Levine" 2 Re: link line lentgh? : Dave Yeo" **= Email 1 ==========================** Date: Fri, 12 May 2006 15:19:04 -0700 From: "Steven Levine" Subject: Re: link line lentgh? In <20060509055738.A2379B8EE7 at generation.lgisp.net>, on 05/08/06 at 10:52 PM, "Dave Yeo" said: >Trying to build a large project with jam at the end I'm getting this >error LinkApplication actions too long (max 996)! >which is defined in jam.h for NT and OS/2 like this ># define MAXLINE 996 /* longest 'together' actions */ >Is this a true limit? I believe this this is shell dependent. What happened when you changed the value of MAXLINE? Regards, Steven -- ---------------------------------------------------------------------- "Steven Levine" MR2/ICE 2.67 #10183 Warp/eCS/DIY/14.103a_W4 www.scoug.com irc.fyrelizard.com #scoug (Wed 7pm PST) ---------------------------------------------------------------------- **= Email 2 ==========================** Date: Fri, 12 May 2006 21:34:17 -0800 From: "Dave Yeo" Subject: Re: link line lentgh? On Fri, 12 May 2006 15:19:04 -0700, Steven Levine wrote: >In <20060509055738.A2379B8EE7 at generation.lgisp.net>, on 05/08/06 > at 10:52 PM, "Dave Yeo" said: > >>Trying to build a large project with jam at the end I'm getting this >>error LinkApplication actions too long (max 996)! >>which is defined in jam.h for NT and OS/2 like this >># define MAXLINE 996 /* longest 'together' actions */ > >>Is this a true limit? > >I believe this this is shell dependent. Seems you are right > >What happened when you changed the value of MAXLINE? 05-12-2006 18:25:45 SYS3175 PID 027d TID 0001 Slot 00d8 E:\OS2\CMD.EXE .... I ended up going with MAXLINE 10240 as that is the default for most things and luckily jam supports SET JAMSHELL= so I set JAMSHELL=sh.exe and the compile finished. At that it spat out a 70 MB file which shrunk slightly when running emxbind on it . Unluckily first got [I:\usr\src\supertux]supertux Fatal: Unexpected exception: Failed creating configuration directory 'I:\usr\src\supertux\.supertux': File not found which was cured by creating .supertux then it could not open the audio device and did a SYS3170 in DOSCALLS. I hate to think how big a debug executable would be . Now to find some debugging time Dave ps I never have seen a sys3170 before and help says EXPLANATION: The process was ended because the program generated an unhandled fatal user (non-system) exception through DosRaiseException. Would this be an OS/2 error, a Innotek_libc error or a Watcom error?