>>>>> "Raymond" == Raymond Toy <toy.raymond at gmail.com> writes:
Raymond> Reinhard Oldenburg wrote:
>> Sorry, I hit the send button before the writing was complete:
>>
>> I'd like to use the optimization library donlp2 with maxima. Has anyone
>> succeeded in doing this?
>>
>> I tried to use f2cl on the fortran code, but f2cl doesn't handle include
>> files. So I pasted them into one big file but now I get an
>> Error: 0 is not a character designator.
>>
Raymond> If you could send a link to where you got the Fortran code, perhaps I
Raymond> can help you with getting f2cl to work. (f2cl only works with Fortran
Raymond> 77, not Fortran 90.)
FWIW, donlp2 exposed several bugs in f2cl, which I think I've fixed.
I also added support for INCLUDE statements, so no need to include the
files manually anymore.
Everything compiles and I ran one simple example, but I can't tell if
the results are correct or not. (I haven't tried to compile the code
with Fortran yet.)
Ray