Robert Dodier wrote:
> On 12/13/08, Raymond Toy <toy.raymond at gmail.com> wrote:
>
>
>> Hmm. For 5.17, I modified Makefile.in to use defsystem to build, and it
>> worked on Linux, OSX, and Solaris. I'll try to take a look again.
>>
>> The only issue I've run into is that sometimes I have to remove
>> src/binary-ecl completely and recompile. I haven't tried to figure out
>> why I have to do that.
>>
>
> Well, the behavior I've seen is this: in an absolutely clean sandbox
> (i.e. just after cvs checkout),
>
> sh bootstrap => OK
> ./configure --enable-ecl => OK
> make => fails while processing target src/ecl-depends.mk
> make => OK
>
>
Hmm. I just did a fresh checkout of the 5.17 branch and built it on my
OSX box. The only issue is the :ld-flags you added recently. That, of
course, doesn't work on OSX. I removed it and maxima is built just fine
on OSX. (We'll have to fix that before the release. I guess configure
will have to set the appropriate flags.)
I'll try a Linux build later....
Could this be caused by the version of ecl you're using? My version is
the CVS version just shortly after the 0.9l release that fixed the
run-program problem. It works, so I haven't bothered updating ecl since
then.
Ray