X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.236.198.197 with SMTP id v45mr10882773yhn.26.1382265968937; Sun, 20 Oct 2013 03:46:08 -0700 (PDT) X-Received: by 10.49.37.132 with SMTP id y4mr274qej.37.1382265968900; Sun, 20 Oct 2013 03:46:08 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sun, 20 Oct 2013 03:46:08 -0700 (PDT) In-Reply-To: <544f8083-8f8d-43cd-b478-38aabcabbe8c@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.171.183.26; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 2.171.183.26 References: <544f8083-8f8d-43cd-b478-38aabcabbe8c AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5d0cdf90-fcd4-4326-a02d-1fa4615b45e4@googlegroups.com> Subject: Re: crash during compiling ghostscript From: Georg Potthast Injection-Date: Sun, 20 Oct 2013 10:46:08 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1923 Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Am Samstag, 19. Oktober 2013 13:24:05 UTC+2 schrieb iw2 DOT DOT DOT AT gmail DOT com: > Hi, > > i've a beginner in djgpp. > > I've installed djgpp under win xp on my workplace (i don't have administrator privilege ). > > During ./configure of last version of ghostscript the dos emulation of xp crashes. > > I've try to change options in ./configure , but the crash it' at same point. > > Suggestions? > > > > Roberto iw2evk > > > > p.s. if they are some italians djgpp users , please contact me.. Hi Roberto, did you run ./configure in bash or on the Windows command line? Always enter "bash" before running ./configure. Otherwise you will have to find any error messages to report here otherwise it is difficult to help you. Georg