Re: how to compile
Spiro Philopoulos <[email protected]>
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Organization | Novra Technologies Inc. |
| Message-ID | <02070517165701.10091@spiro> |
Just point to the cgicc source directory (e.g. -Icgicc-3.1.5/cgicc) and link to the cgicc library using -lcgicc (I believe the libcgicc library is placed in /usr/local/lib when you compile & install cgicc so you probably don't need to point to it with a -L/usr/local/lib). Hope this helps. On Friday 05 July 2002 16:49, Edward Wilson wrote: > I was able to run ./configure; make; make install... > and the include files were installed in /usr/include > but how do I compile a _single_ source file. I looked > at the master make but it was massive. Is there a > _simple_ way to compile. I was hoping to find an > example make file or at least some simple > (non-intimidating) instructions for building and > linking. > > Something like: [g++ -o targetFile targetFile.cpp > -I/include_path -L/Liner_path -llibcgicc] would be > great. > > //ed > > __________________________________________________ > Do You Yahoo!? > Sign up for SBC Yahoo! Dial - First Month Free > http://sbc.yahoo.com > > _______________________________________________ > help-cgicc mailing list > [email protected] > http://mail.gnu.org/mailman/listinfo/help-cgicc