Re: XForms: Red Hat 7 and xforms

From: Steve Lamont (spl@ncmir.ucsd.edu)
Date: Sat Feb 24 2001 - 20:59:27 EST

  • Next message: Rouben Rostamian: "XForms: what is the proper directory for forms.h?"

    # To subscribers of the xforms list from Steve Lamont <spl@ncmir.ucsd.edu> :

    > make -f Makefile.Linux g77 egs_main.o
    > egs_graphics.o palette.o egs_input.o egs_labels.o egs_printer.o
    > egs_history.o egs_prefs.o egs_prefacts.o -I./ -I/usr/include
    > -I/usr/include/GL -I/usr/X11R6/include/X11 -I/usr/X11R6/include
    > -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib -lforms -lglut -lGL -lGLU
    > -lXmu -lXext -lX11 -lm -ltiff -g -gldebug -o EGS_Windows_4.0.Linux.exe
    > /usr/X11R6/lib/libforms.so: undefined reference to
    > `XpmCreatePixmapFromData'

    You need the X Pixmap library

    Include

            -lXpm

    in your link line. Probably right after

            -lforms

    will be the best place.

                                                            spl
    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/



    This archive was generated by hypermail 2b29 : Sat Feb 24 2001 - 16:38:43 EST