[Ecls-list] Freeze import.c which is threads examples source

2010-07-17 Thread zqwell
Hello everyone. I have ECL (ver 1.4.1) which was compiled with "./configure --enable-threads --enable-boehm --enable-unicode" on Mac OS X 10.6.3. I want to use multi-thread, so I tried to run threads examples (source path is /examples/threads/import/import.c). But freeze it with the following ou

Re: [Ecls-list] ECL fasl format

2010-07-17 Thread Juan Jose Garcia-Ripoll
On Thu, Jul 15, 2010 at 3:08 AM, Gabriel Dos Reis < g...@integrable-solutions.net> wrote: > Do you have a documentation for ECL's FASL format (and data structures)? > Not really: read.d and more precisely read_VV document the process of initializing a FASL file, while load.d shows how it is load

Re: [Ecls-list] Some latest changes

2010-07-17 Thread Juan Jose Garcia-Ripoll
On Fri, Jul 2, 2010 at 9:50 AM, Eric Marsden wrote: > Compiling with --enable-unicode on Linux/AMD64 has become very > RAM-consuming; I killed a recent compile with 3.5 GB resident during > ecl_min compile. I'm building with only "--enable-unicode > --enable-threads". Below is the stage reached i

Re: [Ecls-list] How to compile statically against ECL?

2010-07-17 Thread Juan Jose Garcia-Ripoll
The implications are simple: the developer / company / distributor must provide a binary of their application which can be linked against a newer version of ECL. No need for source distribution, no restriction w.r.t to economics of the distribution. Juanjo On Sat, Jul 17, 2010 at 7:54 PM, Andy He

Re: [Ecls-list] How to compile statically against ECL?

2010-07-17 Thread Andy Hefner
Note the implications of ECL's license (LGPL, unfortunately) when considering statically linking with it. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/fi

Re: [Ecls-list] Problem with pathnames in ASDF in ECL 10.7.1

2010-07-17 Thread Juan Jose Garcia-Ripoll
On Wed, Jul 7, 2010 at 1:16 AM, Pascal J. Bourguignon wrote: > When loading :alexandria with asdf in ecl 10.7.1, there's a mix up > with pathnames. The example below shows clearly what is happening. ECL's TRUENAME, PROBE-FILE and TRANSLATE-LOGICAL-PATHNAME seem to be working fine but ASDF refus

Re: [Ecls-list] How to compile statically against ECL?

2010-07-17 Thread aeri...@xs4all.nl
On 17 jul 2010, at 16:28, Juan Jose Garcia-Ripoll > wrote: On Sat, Jul 17, 2010 at 2:38 PM, Erik Winkels wrote: Is it possible to compile libecl.so as a static library as well? Not "as well" but "solely". The configuration option --disable- sahred does this. Ah, thanks! I thought it just

Re: [Ecls-list] How to compile statically against ECL?

2010-07-17 Thread Juan Jose Garcia-Ripoll
On Sat, Jul 17, 2010 at 2:38 PM, Erik Winkels wrote: > Is it possible to compile libecl.so as a static library as well? Not "as well" but "solely". The configuration option --disable-sahred does this. > One of my goals for my ILGE 2010 entry was easy distribution of a binary > executable and

[Ecls-list] How to compile statically against ECL?

2010-07-17 Thread Erik Winkels
Hello all, Is it possible to compile libecl.so as a static library as well? I've been looking through the docs and ./configure --help but didn't see it and I'm wondering whether I missed something before I go dig deeper. One of my goals for my ILGE 2010 entry was easy distribution of a binary ex