Re: includes

Search this archive.

From: taraben.a@wige-data.de
Date: Mon 02 Sep 2002 - 18:21:34 IDT


James Kennedy wrote:
 > If I want to compile a "demo" program directly using gcc, as in, for 
example
 >
 >        gcc -o ./demo ./demo.c
U must specify:
-the source-include-path -I/usr/local/src/svgalib/include
-the svga-liblibrary-path -L/usr/local/lib (or /usr/local/include)
-the svga-library itself -lvga

gcc -o ./demo ./demo.c -I/usr/local/src/svgalib/include -L/usr/local/lib
       -lvga


Adib.
-- 
WIGE DATA GmbH
Wiesenring 11, D-04159 Leipzig, Germany 	

Adib Taraben
Electronic Engineer

PHONE           +49 (0)341 - 46 21 222
FAX             +49 (0)341 - 46 21 400
E-MAIL          taraben.a@wige-data.de
INTERNET        www.wige-data.de


-- 
WIGE DATA GmbH
Wiesenring 11, D-04159 Leipzig, Germany 	

Adib Taraben
Electronic Engineer

PHONE           +49 (0)341 - 46 21 222
FAX             +49 (0)341 - 46 21 400
E-MAIL          taraben.a@wige-data.de
INTERNET        www.wige-data.de

------------------------------------------------------------------
Unsubscribe:  To:   listbot@svgalib.org
              Body: unsubscribe linux-svgalib


This archive was generated by hypermail 2.1.4 : Wed 21 Jan 2004 - 22:10:25 IST