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 Message-ID: <16628DEFDDA5CD4F80AE4100881C3EB8F2D2F1@rusehe01.res.utc.com> From: "Kirschner, Paul E UTRC" To: "Cygwin (E-mail)" Subject: compiling matplotlib under cygwin Date: Wed, 23 Feb 2005 15:40:13 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes I am trying to install matplotlib-0.72.1 (matplotlib.sourceforge.net) under cygwin and its python release. I had to modify setupext.py to include the proper directories for cygwin (to match linux)... basedir = { 'win32' : ['win32_static',], 'cygwin' : ['/usr/local', '/usr',], 'linux2' : ['/usr/local', '/usr',], 'linux' : ['/usr/local', '/usr',], 'darwin' : ['/usr/local', '/usr', '/sw', '/usr/X11R6'], 'freebsd4' : ['/usr/local', '/usr'], 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], } The build "python setup.py build" fails with ... creating build/temp.cygwin-1.5.12-i686-2.4/CXX gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Isrc -I. -I/usr/include/python2.4 -c src/_na_transforms.cpp -o build/temp.cygwin-1.5.12-i686-2.4/src/_na_transforms.o -DNUMARRAY=1 D:\cygwin\bin\python2.4.exe (2140): *** unable to remap D:\cygwin\bin\tk84.dll to same address as parent(0x710000) != 0xB80000 891 [main] python 2280 sync_with_child: child 2140(0x1E8) died before initialization with status code 0x1 11786 [main] python 2280 sync_with_child: *** child state child loading dlls error: Resource temporarily unavailable What happened here? Any help in making this work? thanks... ---------------------------------------------------------------------------- ------------- Paul Kirschner Systems Department United Technologies Research Center kirschpe AT utrc DOT utc DOT com (860)610-7119 -- 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/