
9 Aug
2002
9 Aug
'02
5:45 a.m.
On Thu, Aug 08, 2002 at 04:35:48PM -0700, Alastair Reid wrote:
Typical usage:
./ffihugs -P'{Hugs}/libraries:{Hugs}/lib/hugs:{Hugs}/lib/exts' +G +L"errno.c" Foreign.C.Error
[...]
- Note that you need lib/hugs and lib/exts on the search path. This is to let us load HugsDynamic (which loads IOExts) which hasn't made it into the hierarchial libs.
It might be better to use -P'{Hugs}/libraries:{Hugs}/oldlib:{Hugs}/lib/hugs' That way HugsDynamic gets the IOExts from oldlib. Putting both libraries and lib/exts on the search path will get you an ambiguous reference sooner or later.