|
|
||
|
On Thu, Mar 31, 2011 at 09:45:38AM +0200, Dirk Laurie wrote:
> I found that to install numlua-0.2.1 on Ubuntu Lucid, it is
> necessary and sufficient to change g77 to f77 in the config
> file and g2c to f2c in etc/Makefile and src/Makefile.
>
Oh, and I also needed to append these lines to luacomplex.c:
int MAIN__( )
{ return(0);
}
Dirk