in reply to Re^4: Unable to find ".al" file error
in thread Unable to find ".al" file error

The error reg the ".al" turned out to be a dumb mistake in the swig interface file (.i file). Instead of "%include myheader.h", I had typed "#include myheader.h".

Now onto real problems :-)