X-Spam-Check-By: sourceware.org Message-ID: <43DA8F16.17DDD26B@dessent.net> Date: Fri, 27 Jan 2006 13:22:30 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Setup and gcc-g++ problems References: <20060127155253 DOT 14178 DOT qmail AT web37206 DOT mail DOT mud DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com James McLaughlin wrote: > Running... > No package > /etc/postinstall/ > post-texmf.sh The texmf postinstall script can take quite a long time to run, as it does a lot of font regeneration stuff. On the other hand I have seen reports on the list of it hanging. I don't know squat about TeX but you can manually run its postinstall script from a regular bash prompt to find out what the delay/problem is. It shouldn't have anything to do with the other problems you have reported. > ^ > /!\ The CYGICONV_2.DLL file is > --- linked to missing export > CYGWIN1.DLL: _impure_ptr. This means you've got an older and incompatible version of cygwin1.dll on your system. Either you didn't reboot when setup.exe said that it was necessary, or you have some other software installed that includes its own cygwin1.dll in the PATH, or something else along these lines occured. Please read and follow for instructions on how to report problems -- particularly about attaching the output of cygcheck. > Anyway, pdflatex keeps crashing (sometimes it freezes, > sometimes I get a BSOD) - though it may not have > anything to do with this - and whenever I try to use > g++, this happens: A BSOD sounds like a hardware or driver problem. > g++ -ansi -std=c++98 -pedantic -o mcpre.exe > mc_pre1.cpp > g++: installation problem, cannot exec > '/usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe'. > Function not implemented. This seems like a symptom of having an ancient cygwin1.dll somewhere in your PATH. > Does anyone have any idea re what's going on? I did Not without more information, i.e. cygcheck. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/