Hello Anthony
>beowulf> popc -e hello hello.p
> LIBRARY IDENTIFIER getline NOT FOUND
>
>;;; MISHAP - POPC: FILE HAS COMPILATION ERRORS (see above)
>
>beowulf>
>What am I doing wrong?
The standalone compiler handles libraries slightly differently from the
incremental compiler so you need to have already compiled the libraries
you want to use (which is why your second example works). You can build
all the standard Pop-11 libraries using a command script called
'buildobjlib' which sits in $popcom. Once you've run this (you'll need
write permission to the Poplog directories to do this), you should
be able to compile your program.
Julian
------------------------------------------------------------------------
Julian Clinton (julianc@isl.co.uk)
Integral Solutions Limited,
Berk House, Basing View, Basingstoke, Hants RG21 4RG, UK
Tel. +44 (0)1256 55899, Fax. +44 (0)1256 63467
URL. http://www.isl.co.uk
------------------------------------------------------------------------
|