[openamq-dev] Help on Openamq
Pieter Hintjens
ph at imatix.com
Fri Aug 10 12:43:19 CEST 2007
On 8/10/07, mousami lokapur <mousami31 at hotmail.com> wrote:
> I also tried compling amq_client.c from command promt with following command
> line:
>
> >cl mqsend.c /I D:\ibase\include /MD D:ibase\lib\oamqclimt.lib
>
> this gives compile time error.
Yes, this won't work. Compiling and linking is quite complex. Please
read and follow the instructions in
http://www.openamq.org/build_win32.html.
Then, make sure you can run commands like 'pal' and 'amq_server' on
the command line. If not, your path is incorrect - read that page
again.
To compile a C program for OpenAMQ, use the 'c' command. This is a
shell script that does all the hard work. For example:
> pal im_send
> c -l im_send
will create an im_send.exe if things are set-up properly.
-Pieter
More information about the openamq-dev
mailing list