wo finde ich diese libs ?



  • hab eine rh8 installation mit dieser gcc Version

    gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
    Copyright (C) 2002 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    und ein Makefile dass hat diese Zeilen zum Inhalt , unter anderem

    CFLAGS = -O -DEXT94 -DXWINGRAPHX -DPERMUTATE
    LFLAGS = -x
    #LIB = -lcurses -ltermlib # enable this one for curses display
    #LIB = -lvgagl -lvga # enable this one for Linux/SVGA
    LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11

    [/qoute]

    mit X11 als LIB bekomme ich es compiliert, wenn ich aber die LINUX/SVGA compilieren will dann kommt nur dies :
    [quote]
    Making pmars with compiler flags -O -DEXT94 -DXWINGRAPHX -DPERMUTATE
    Compiling pmars.o
    Compiling asm.o
    Compiling eval.o
    Compiling disasm.o
    Compiling cdb.o
    Compiling sim.o
    Compiling pos.o
    Compiling clparse.o
    Compiling global.o
    Compiling token.o
    Compiling str_eng.o
    Linking pmars
    /usr/bin/ld: cannot find -lvgagl
    collect2: ld returned 1 exit status
    make: *** [pmars] Fehler 1

    wo finde ich diese Libs oder wie heissen die heute ?!?



  • moin

    -> www.svgalib.org

    [ Dieser Beitrag wurde am 13.12.2002 um 19:31 Uhr von stahl editiert. ]


Anmelden zum Antworten