[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libforms?



Kerstin Hoef-Emden <Kerstin.Hoef-Emden@Uni-Koeln.DE> writes:

> # Libs
> LIBS = -L./forms.h -L/usr/lib/libform.so.5 -L./seaview.h \
                      ^

-L means search in this path for libraries, -l means link this
library. Also, the library seems to be calles libforms, not libform.
So use

-L/usr/X11R6/lib -lforms

You also need the libforms-dev package.

	Falk



Reply to: