Author |
Message |
Topic: compiling amqsput0.c on AIX |
Mr_HC
Replies: 12 Views: 7734
|
Forum: General IBM MQ Support Posted: Fri Jun 22, 2007 6:27 am Subject: compiling amqsput0.c on AIX |
I got it, the right usage is:
q -o QUEUE -m QMGR -r REPLQ
Well done you!
Thanks for posting your solution.
I'll be back
No problem
cheers |
Topic: compiling amqsput0.c on AIX |
Mr_HC
Replies: 12 Views: 7734
|
Forum: General IBM MQ Support Posted: Fri Jun 22, 2007 6:17 am Subject: compiling amqsput0.c on AIX |
I got it, the right usage is:
q -o QUEUE -m QMGR -r REPLQ |
Topic: compiling amqsput0.c on AIX |
Mr_HC
Replies: 12 Views: 7734
|
Forum: General IBM MQ Support Posted: Fri Jun 22, 2007 3:58 am Subject: compiling amqsput0.c on AIX |
@Vitor
Do you know if I do something wrong with my q command? |
Topic: compiling amqsput0.c on AIX |
Mr_HC
Replies: 12 Views: 7734
|
Forum: General IBM MQ Support Posted: Fri Jun 22, 2007 3:54 am Subject: compiling amqsput0.c on AIX |
@prince_mq
As I already predicted, C isn't present on the machine(s).
But thx anyway  |
Topic: compiling amqsput0.c on AIX |
Mr_HC
Replies: 12 Views: 7734
|
Forum: General IBM MQ Support Posted: Fri Jun 22, 2007 3:46 am Subject: compiling amqsput0.c on AIX |
I'm aware of that.
Because the q program wouldn't work I tried to change amqsput.
Wich program do you use to put messages on a Q ? |
Topic: compiling amqsput0.c on AIX |
Mr_HC
Replies: 12 Views: 7734
|
Forum: General IBM MQ Support Posted: Fri Jun 22, 2007 3:29 am Subject: compiling amqsput0.c on AIX |
That ksh: cc not found means that the compiler isn't found, not that the libraries aren't found.
You need to talk to your AIX administrator about this.
Hmmm I don't think that they will install ... |
Topic: compiling amqsput0.c on AIX |
Mr_HC
Replies: 12 Views: 7734
|
Forum: General IBM MQ Support Posted: Fri Jun 22, 2007 3:13 am Subject: compiling amqsput0.c on AIX |
Hi all,
What I did:
I copied amqsput0.c to my home dir and changed the buffer size to 1000 and saved the file to amqsputCust.
First of all, does this work at all if I only want to compile amq ... |