Re: HPUX xform

Kendrick Burson (kpburson@klunker.sr.hp.com)
Thu, 08 May 1997 17:37:30 -0700

To subscribers of the xforms list from Kendrick Burson <kpburson@klunker.sr.hp.com> :

>I try using c89 it creates object files but gives me following messages.=

>What I am still missing ?? can somebody help me??
>
>
>/bin/ld: Unsatisfied symbols:
> fl_end_form (code)
> fl_show_form (code)
> fl_add_box (code)
> fl_do_forms (code)
> fl_initialize (code)
> fl_add_button (code)
> fl_hide_form (code)
> fl_bgn_form (code)

I had these problems because I installed the libraries and includes in my=
home =

directory instead of in standard locations like /usr/include, /usr/lib. S=
o I =

had to hack the makeconfig.h and my personal makefiles to search the corr=
ect =

directories...

Make sure that the forms.h and libforms.sl are in your search path. You c=
an =

modify the search path in your makefile using -I${full path to dir to sea=
rch}.
To include the library (if it is in a strange place) you need -L${dir whe=
re =

lib is}. Of course you still need to link the libraries with "-lforms -lm=
".

KPB

_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
Xforms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/xforms-archive/