X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: pthreads compilation error Date: Mon, 9 Jan 2012 14:38:15 -0800 (PST) Organization: http://groups.google.com Lines: 40 Message-ID: <4f6e5847-be31-4214-bfd9-347a650bd09e@k10g2000yqk.googlegroups.com> References: <032816da-42c9-45e7-87f2-516da6fd7455 AT q8g2000yqa DOT googlegroups DOT com> <61c5267e-a10f-48ef-9db0-c667c4d48474 AT n13g2000prf DOT googlegroups DOT com> <837h1ev534 DOT fsf AT gnu DOT org> <201112302023 DOT pBUKN4Kl012482 AT delorie DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1326148791 18534 127.0.0.1 (9 Jan 2012 22:39:51 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 9 Jan 2012 22:39:51 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k10g2000yqk.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 3469 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q09Mj28E025165 Reply-To: djgpp AT delorie DOT com Hi, On Jan 3, 3:07 pm, jimm wrote: > > I am using the make from current,latest version. > I think 3791 got unzipped earlier and 381 also got unzipped later. Probably best not to mix versions, just pick one and use it exclusively. Or have two setups, but that's more work. > doubtful, but it is possible one of these times I did not execute > gp.bat, which sets my DJGPP path and environment variables. > I also usually use it for compiling stuff. Make your gp.bat change the prompt to, say, "$p$g [ DJGPP ]" to make things more obvious. (And restore the old prompt and others if unsetting via "/u", assuming you have such an option.) > PATH=c:\djc462~1\libexec\gcc\djgpp\4.62\install-tools;c: > \djc462~1\libexec\gcc\djgpp\4.62;c:\djc462~1\bin;c:\djc462~1\gnu\emacs > \bin;c > :\djc462~1\gnu\emacs\lib-src;c:\djc462~1\gnu\emacs\src;C:\Program Files > \PHP\;C:\gnuwin32\GetGnuWin32\bin;C:\gnuwin32\GetGnuWin32\gnu > win32\sbin;C:\gnuwin32\GetGnuWin32\gnuwin32\bin;C:\Perl\site\bin;C: > \Perl\bin;C:\WINDOWS\system32;C:\WINDOWS I wouldn't have all of those at the same time. I know some Windows tools like cluttering the PATH, but it's best to segregate the DOS stuff entirely. So I would unset all the "gnuwin32" and "Perl" stuff entirely when using DJGPP, esp. not to confuse various tools. Honestly, I'm not sure how DJGPP handles the PATH in this case, hopefully fine, but admittedly DOS (and DOS tools) don't like long PATHs (esp. those 120+). > I am probably going to drop this thread. Giving up already? It's probably best if you don't install everything and the kitchen sink, at least not duplicate versions of the same thing. Perhaps you need another separate "minimal" DJGPP that only has the basics used by most GNU sources.