From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Sat, 6 Sep 2003 14:11:29 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 188 ************************************************** Friday 05 September 2003 Number 188 ************************************************** Subjects for today 1 Building GNU Aspell 0.50.3 : Lewis G Rosenthal 2 Re: Building GNU Aspell 0.50.3 : Henry Sobotka **= Email 1 ==========================** Date: Sat, 06 Sep 2003 18:30:13 -0400 From: Lewis G Rosenthal Subject: Building GNU Aspell 0.50.3 Has anyone tried (or been successful in) building ASpell? Under GCC 3.2.1, I'm getting a bunch of odd errors, e.g.,: C:/emx/lib/gcc-lib/i386-pc-os2-emx/3.2.1/specs: Permission denied [...] checking command to parse c:\emin/nm -B output from gcc object... SYS1002: CONFT EST.NM is an incorrect parameter for the command. SYS1002: CONFTEST.NM is an incorrect parameter for the command. failed [...] etc. Also, for some reason, it looks as though c:\emx\bin is getting concatenated to c:\emin. Any thoughts? Finally, even through the errors, I get down through "./configure && make" to "config.status: executing depfiles commands" and it just sort of stalls there (left it for over an hour; CPU dropped to zero, and pressing any key brought me back to the shebang). As always, any and all suggestions are warmly received!! -- Lewis ------------------------------------------------------------ Lewis G Rosenthal, CNA Rosenthal & Rosenthal Accountants / Network Consultants New York / Northern Virginia www.2rosenthals.com Team OS/2 / NetWare Users International www.novell.com ------------------------------------------------------------ This OS/2 system (Apollo) uptime is 0 days 19:31 hours and 45 seconds **= Email 2 ==========================** Date: Sat, 06 Sep 2003 19:48:16 -0400 From: Henry Sobotka Subject: Re: Building GNU Aspell 0.50.3 Lewis G Rosenthal wrote: > > Also, for some reason, it looks as though c:\emx\bin is getting > concatenated to c:\emin. Any thoughts? The \b is being interpreted as a backspace, deleting the 'x'? h~