Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-11-02 Thread Marko Kocić
I can't find a way to build gpm at all in 64 bit mode, although I'm using the same mingw as you, which defaults to 64bit :( I tried both 5.0.1 and 4.3.2. I got a bit further by providing CFLAGS="-O2 -m64 -march=native" ./configure --build=x86_64-w64-mingw32 but still get errors compiling gmp. I ha

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-31 Thread Paul Goins
On 10/31/2010 5:11 PM, Gabriel Dos Reis wrote: > On Sat, Oct 30, 2010 at 10:51 PM, Paul Goins wrote: >> I've looked into things a bit further here. Perhaps now it's not >> problems with ECL per se, but with compiling the Boehm GC. > > Is this GC from CVS as of today? > > -- Gaby > > Now it is; I

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-31 Thread Gabriel Dos Reis
On Sat, Oct 30, 2010 at 10:51 PM, Paul Goins wrote: > I've looked into things a bit further here.  Perhaps now it's not > problems with ECL per se, but with compiling the Boehm GC. Is this GC from CVS as of today? -- Gaby -

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-30 Thread Paul Goins
I've looked into things a bit further here. Perhaps now it's not problems with ECL per se, but with compiling the Boehm GC. > On Fri, Oct 29, 2010 at 12:48 PM, Paul Goins wrote: >> libeclmin.a(threads.o): In function `ecl_import_current_thread': >> c:/Users/Vultaire/Desktop/pauls_stuff/ec

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Paul Goins
Hello, On 10/30/2010 5:24 AM, Gabriel Dos Reis wrote: > On Fri, Oct 29, 2010 at 12:48 PM, Paul Goins wrote: >> Info: resolving _GC_dont_gc by linking to __imp__GC_dont_gc (auto-import) >> Info: resolving _GC_oom_fn by linking to __imp__GC_oom_fn (auto-import) >> Info: resolving _GC_no_dls by

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Gabriel Dos Reis
On Fri, Oct 29, 2010 at 3:34 PM, Juan Jose Garcia-Ripoll wrote: > I did not find such a thing. All I found were several mingw64 packages and > various naming conventions for them, no msys and thus no apparent support > for Unix-like builds and an overall lack of instructions. It was pretty > frus

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Gabriel Dos Reis
On Fri, Oct 29, 2010 at 3:32 PM, Marko Kocić wrote: > On Fri, Oct 29, 2010 at 10:28 PM, Gabriel Dos Reis > wrote: >> On Fri, Oct 29, 2010 at 2:40 PM, Marko Kocić wrote: >>> Just wanted to ask the same question, but you beat me to it :) >>> I'm using mingw64, Win7 64, similar to you. >> >> I have

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Juan Jose Garcia-Ripoll
On Fri, Oct 29, 2010 at 10:30 PM, Gabriel Dos Reis < g...@integrable-solutions.net> wrote: > I'm reading this as suggesting that the build problem I am having would be > confined to mingw64 port only. > I don't know. I may have broken something along the way, but last thing I remember was 64-bit

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Marko Kocić
On Fri, Oct 29, 2010 at 10:28 PM, Gabriel Dos Reis wrote: > On Fri, Oct 29, 2010 at 2:40 PM, Marko Kocić wrote: >> Just wanted to ask the same question, but you beat me to it :) >> I'm using mingw64, Win7 64, similar to you. > > I have been using mingw64, windows 7 64-bit, and I have not been abl

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Gabriel Dos Reis
On Fri, Oct 29, 2010 at 3:20 PM, Juan Jose Garcia-Ripoll wrote: > Regarding more generally Win64 support, I have built ECL with Windos64 > support using Microsoft's compilers. Indeed this is the regular build in > ECL's test farm whenever it is not off the grid (ecls.sf.net/logs.html). I > was ne

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Gabriel Dos Reis
On Fri, Oct 29, 2010 at 2:40 PM, Marko Kocić wrote: > Just wanted to ask the same question, but you beat me to it :) > I'm using mingw64, Win7 64, similar to you. I have been using mingw64, windows 7 64-bit, and I have not been able build full ECL. However, I can build ecl_min.exe, but it crashe

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Gabriel Dos Reis
On Fri, Oct 29, 2010 at 12:48 PM, Paul Goins wrote: > Hello, > > On 10/29/2010 11:43 PM, Gabriel Dos Reis wrote: >> Add --enable-boehm=system so that ECL picks up the GC library >> you just installed. >> >> PS: I have not been able to build ECL on windows 7, so let me know >> how it went. > > Than

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Juan Jose Garcia-Ripoll
On Fri, Oct 29, 2010 at 9:40 PM, Marko Kocić wrote: > I compiled both gmp and gc with -m32, set CFLAGS for ECL to use -m32, > Compilation went fine until the moment ./ecl_min is invoked. I suppose > the problem is that ./ecl_min uses gcc to compile lisp stuff, but > doesn't set -m32 flag, and gcc

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Marko Kocić
Just wanted to ask the same question, but you beat me to it :) I'm using mingw64, Win7 64, similar to you. I can build gc-7.2-alpha-4 as both 32 and 64 bit, by setting CFLAGS="-mXX" flag. The problem is that gmp on windows could be compiled only as -m32. I tried gmp-4.3.2 and gmp-5.0.1 and latest

Re: [Ecls-list] Need help compiling ECL 10.4.1 (32-bit) on Win7 64-bit via mingw32/msys

2010-10-29 Thread Gabriel Dos Reis
On Fri, Oct 29, 2010 at 8:48 AM, Paul Goins wrote: > Hi, > > New to the list, so please forgive me if I've missed a thread that > covers this. > > I'm trying to compile ECL 10.4.1 under Windows 7 64-bit. > Unfortunately, I'm having problems, and the "Windows with > Mingw/Cygwin" section of the ref