Author |
Message
|
GregJ |
Posted: Mon Jul 21, 2003 7:38 am Post subject: [Solved] SAVEQMGR |
|
|
Acolyte
Joined: 24 Oct 2001 Posts: 69 Location: Markham, On. Canada
|
Does anybody know where I can get a compiled version of SAVEQMGR for HP-UX ? I've tried doing it myself, but i'm afraid my unix skills are non existent.
Thanks
G |
|
Back to top |
|
 |
Leafar |
Posted: Mon Jul 21, 2003 10:46 am Post subject: |
|
|
 Acolyte
Joined: 03 Apr 2003 Posts: 74 Location: Buenos Aires
|
shoe me the errors and I'll try to help you to compile it.
Saludos
Rafael |
|
Back to top |
|
 |
GregJ |
Posted: Mon Jul 21, 2003 11:19 am Post subject: |
|
|
Acolyte
Joined: 24 Oct 2001 Posts: 69 Location: Markham, On. Canada
|
Thanks.... there's just lots of the following:
[mqm@*****]/tmp$ make -f makefile.hp
cc -c -Aa -DUNIX -I. -I/usr/include -I/usr/include/sys -I/opt/mqm/inc saveqmgr.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
cpp: "saveqmgr.c", line 1255: warning 2011: Missing #endif statement(s).
(Bundled) cc: "/usr/include/cmqc.h", line 2: error 1000: Unexpected symbol: "d".
(Bundled) cc: "/usr/include/cmqc.h", line 2: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 44: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 47: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 8: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 11: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 2: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 2: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 3: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 4: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 5: error 1004: Unexpected end of line.
(Bundled) cc: "/usr/include/cmqc.h", line 6: error 1004: Unexpected end of line.
(Bundled) cc: "PUT1", line 1: error 1004: Unexpected end of line.
(Bundled) cc: "PUT1", line 4: error 1004: Unexpected end of line.
(Bundled) cc: "PUT1", line 5: error 1004: Unexpected end of line.
(Bundled) cc: "PUT1", line 6: error 1004: Unexpected end of line.
I'm using v5.1 on hpux |
|
Back to top |
|
 |
Leafar |
Posted: Mon Jul 21, 2003 11:41 am Post subject: |
|
|
 Acolyte
Joined: 03 Apr 2003 Posts: 74 Location: Buenos Aires
|
give me an email address and I'll send you a saveqmgr for hp-ux 11, MQ 5.1 |
|
Back to top |
|
 |
GregJ |
Posted: Mon Jul 21, 2003 12:15 pm Post subject: Thanks |
|
|
Acolyte
Joined: 24 Oct 2001 Posts: 69 Location: Markham, On. Canada
|
Got your email - I'll try it and let you know what happens.
Thanks again |
|
Back to top |
|
 |
GregJ |
Posted: Mon Jul 21, 2003 12:25 pm Post subject: Working!! |
|
|
Acolyte
Joined: 24 Oct 2001 Posts: 69 Location: Markham, On. Canada
|
Thank you so much... it's working! Next time you are in Toronto I'll buy ya a beer.
G |
|
Back to top |
|
 |
Keka |
Posted: Fri Jan 23, 2004 12:04 pm Post subject: Getting error while compiling saveqmgr on solaris!! |
|
|
Voyager
Joined: 28 Dec 2002 Posts: 96
|
Hi,
I am trying to compile saveqmgr on solaris with MQ version 5.3 and getting the below error!!. Any Idea??
Here is the version info
Name: WebSphere MQ
Version: 530
CMVC level: p000-L021011
BuildType: IKAP - (Production)
usr/ccs/bin/make -f makefile.solaris
cc -c -DUNIX -mt -I. -I/usr/include -I/usr/include/sys -I/usr/lpp/mqm/inc saveqmgr.c
/usr/ucb/cc: language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `saveqmgr.o'
thanks
Keka _________________ Keka |
|
Back to top |
|
 |
EddieA |
Posted: Fri Jan 23, 2004 4:47 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
That looks like the compiler hasn't got all the parts it needs. Not an MQ problem.
Google came up with this: http://www.brandonhutchinson.com/usr_ucb_cc.html
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|