On Thu, Aug 19, 2010 at 02:30:04PM +0800, kun ren wrote:
> dear all
> recently,I want to run mapi examples from
> /Monetdb-client/clients/src/examples/C/, it contains sample0.c ,sample1.c
> and so on. I read the Application Programming Interfaces of the Monetdb
> manual, and I use: 
>       gcc sample0.c 'monetdb-clients-config --cflags --lib' -lMapi -o sample0

The documentation I can find correctly suggests actually

        gcc sample0.c `monetdb-clients-config --cflags --libs` -lMapi -o sample0

(mind the back-quotes instead of single quotes and the "s" in "--libs" ;-))

If the manual suggests differently, please point us to the excat location.

In case the above statement --- that assumes a successful and usable MonetDB
installation) --- please report the exactly what you do and the exact errors
you get --- preferably as bug report via http://bugs.monetdb.org/

Stefan

> to complie it,but it has errors, so I want to ask how I
> will complie the files?
> Best regards!

> ------------------------------------------------------------------------------
> This SF.net email is sponsored by 
> 
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev 

> _______________________________________________
> Monetdb-developers mailing list
> Monetdb-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/monetdb-developers


-- 
| Dr. Stefan Manegold | mailto:stefan.maneg...@cwi.nl |
| CWI,  P.O.Box 94079 | http://www.cwi.nl/~manegold/  |
| 1090 GB Amsterdam   | Tel.: +31 (20) 592-4212       |
| The Netherlands     | Fax : +31 (20) 592-4199       |

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to