X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: jimm Newsgroups: comp.os.msdos.djgpp Subject: Re: pthreads compilation error Date: Sat, 14 Jan 2012 23:27:39 -0800 (PST) Organization: http://groups.google.com Lines: 55 Message-ID: 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> <4f6e5847-be31-4214-bfd9-347a650bd09e AT k10g2000yqk DOT googlegroups DOT com> NNTP-Posting-Host: 24.22.56.37 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1326612577 22415 127.0.0.1 (15 Jan 2012 07:29:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 15 Jan 2012 07:29:37 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: h7g2000pbs.googlegroups.com; posting-host=24.22.56.37; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) Bytes: 4205 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 q0F7j5LI027143 Reply-To: djgpp AT delorie DOT com On Jan 9, 2:38 pm, Rugxulo wrote: > 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. well, I don't need threads that much really. I was hoping to just get something pre-built to work. I didn't think it was going to be a major undertaking. I wasn't intending to recompile a bunch of stuff which I can't do. already told you I can't build 3rd party code, never works for me. must be pre-built (canned). I am not going to change my prompt. if anything, I change the titles of my cmd shell windows using the title command. I wish there were were a windows-hosted version of DJGPP. it doesn't like long command-lines and that causes me some problems.