ghc6.4, cygwin, error in RawSystem

2005-04-06 Thread Patrick Scheibe
Hi,   I try hard to compile ghc6.4 under MS Windows XP with really new cygwin. What am I doing wrong, this is the official 6.4 release? Some hints I should know about compiling under MS Win?   /cygdrive/g/ghc/ghc-6.2.1/bin/ghc -H16m -O -I. -Rghc-timing  -I../../../libraries -fglasgow-exts -no

wx library trouble

2005-04-01 Thread Patrick Scheibe
Hi, I compiled successful the wxHaskell lib. But when I want to start ghci -package wx following error occurs: Loading package concurrent-1.0 ... linking ... done. Loading package wxcore-0.9 ... linking ... ghc-6.4.20050320: /home/izbifs/scheibe/built/lib/wxcore2.o: unknown symbol `wxcWakeUpIdle

static linking with ghc

2005-03-26 Thread Patrick Scheibe
Hi, I have a programm which is linked against some shared object libraries. Now I want to run my prog on a different machine (but same type, x86 linux). So I took the compiled prog and the needed .so files, put both in one directory and tried it on the other machine. That worked fine. Is it po

Re: ghc-cvs-snapshot with wxHaskell

2005-02-15 Thread Patrick Scheibe
, Simon Marlow wrote: > Thanks this looks like a bug that was introduced recently. Now fixed. > > Cheers, > Simon > > On 08 February 2005 11:43, Patrick Scheibe wrote: > > Hi, > > > >> Could you tell us what command line was supposed to generate the &g

Re: ghc-cvs-snapshot with wxHaskell

2005-02-08 Thread Patrick Scheibe
ell dependency files to change dependencies on .hi # files to .o files. We just disregard .hi files and assume they are always # generated together with the .o file. This allows us to leave out the implicit # rule for interface files ("%.hi: %.o"). I sent a copy to Daan and hope he jo

ghc-cvs-snapshot with wxHaskell

2005-02-07 Thread Patrick Scheibe
Hi, It seems that there are changes in the OpenGl library during the last month. So I decided to load a really young cvs version of the ghc (ghc-6.5.20050206-src.tar.bz2). The compilation works fine. My Problem is, that I also need the wxHaskell library. This compilation fails with the message

Re: Fail to compile ghc-6.2 on a Sun/Sparc

2004-01-15 Thread Patrick Scheibe
Am Donnerstag, 15. Januar 2004 10:35 schrieb Simon Marlow: > > Hmm, the patch works fine, but compilation stops when building > > libraries/base/GHC/List.o > > It seems to me that some library of the system makes trouble. > > I dont think > > thats a ghc errror: > > > > rm -f GHC/List.o; if [ ! -d

Re: Fail to compile ghc-6.2 on a Sun/Sparc

2004-01-15 Thread Patrick Scheibe
Hmm, the patch works fine, but compilation stops when building libraries/base/GHC/List.o It seems to me that some library of the system makes trouble. I dont think thats a ghc errror: rm -f GHC/List.o; if [ ! -d GHC/List_split ]; then mkdir GHC/List_split; else /usr/bin/find GHC/List_split -na

Re: Fail to compile ghc-6.2 on a Sun/Sparc

2004-01-14 Thread Patrick Scheibe
Ok, that was definitely my fault. I´ve built the gnu-make and tried again. After an hour of compilation ghc ended with: Reading package info from stdin... done. Expanding embedded variables... done. warning: can't find GHCi lib `HSbase.o' Saving old package config file... done. Writing new pack

Fail to compile ghc-6.2 on a Sun/Sparc

2004-01-14 Thread Patrick Scheibe
Hi there. I tried to compile the new ghc with hopengl support on a sun workstation. uname -a SunOS userv1 5.8 Generic_108528-27 sun4u sparc SUNW,Ultra-80 The configure script seems to work. My options were: ./configure --prefix=/home/mai99dnn/built --enable-hopengl But when I did a make follow