FSUM3005
When using the library directory option (-L), specify a directory pathname.

Explanation

The -L option requires an option-argument that is the pathname of a directory to be used when c89 searches for archive libraries. c89 uses that name when searching for library names specified with the -l operand.

User response

Reenter the c89 command and include a library directory pathname after the -L option. For example:
c89 -L mylib myprog.c -l mine