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: Sun, 15 Jan 2012 03:48:59 -0800 (PST) Organization: http://groups.google.com Lines: 39 Message-ID: <16224ba3-4c95-4347-bda3-c4fc3d659af8@q8g2000yqa.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> <4f6e5847-be31-4214-bfd9-347a650bd09e AT k10g2000yqk DOT googlegroups 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 1326628249 20100 127.0.0.1 (15 Jan 2012 11:50:49 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 15 Jan 2012 11:50:49 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: q8g2000yqa.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: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7,gzip(gfe) Bytes: 3383 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 q0FCF2C2008397 Reply-To: djgpp AT delorie DOT com Hi, On Jan 15, 1:27 am, jimm wrote: > > 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. Try FSU again, it should "just work", at least the build part. It's not that complex. > 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 sympathize, really. It's a lot of overcomplicated, Linux-heavy stuff out there. It's not easy. Half the stuff I try to build never works, and I'm always scratching my head wondering why. > I am not going to change my prompt.  if anything, I change the titles > of my cmd shell windows using the title command. Well, it's just easier when you know what is active, esp. because sometimes they don't play well together. > I wish there were were a windows-hosted version of DJGPP.  it doesn't > like long command-lines and that causes me some problems. You mean cross compiler? In theory, it could be built, but nobody has bothered (or at least nothing public that I've noticed). I know FPC built a DJGPP-COFF BinUtils cross package, but that's only half the tools you need. ftp://ftp.freepascal.org/fpc/contrib/cross/mingw/ Anyways, DJGPP apps can use long cmdlines between themselves, at least, e.g. Make or Bash. Try running commands under one of those, and it should help. But no, Windows doesn't support long cmdlines for DOS programs, sadly.