This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: What does this mean?
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Dave Gibelli <dgibelli at tiscali dot co dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 24 Jun 2003 18:16:01 -0400
- Subject: Re: What does this mean?
- Organization: Red Hat Canada
- References: <001301c33a33$393b3330$0c00000a@WINXP>
On Tue, 2003-06-24 at 05:30, Dave Gibelli wrote:
> $ make
> gcc -Wall -I/usr/local/mysql/include -L/usr/local/mysql/lib -lmysqlclient
> ocd-reader.c
>
Try
$ gcc -Wall -I/usr/local/mysql/include -L/usr/local/mysql/lib ocd-reader.c -lmysqlclient
Diego.