- 论坛徽章:
- 0
|
本人愚钝呀。。还是没有解决这个问题
activeperl使用VC6.0编译器
按照如下操作了
The manifest file must be called MQSeries.dll.manifest and have a
content like the one below (you will have to adjust the UUID to match
your system):
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
</assembly>
执行perl MakeFile.pl还是报错
D:\MQSeries-1.33>perl Makefile.PL
Unrecognized architecture [MSWin32-x86-multi-thread] and compiler [gcc]. Not setting rpath.
Note (probably harmless): No library found for -lmqicg
Note (probably harmless): No library found for -lmqic
Note (probably harmless): No library found for -lmqic32
Note (probably harmless): No library found for -lmqmcs
Note (probably harmless): No library found for -lmqmzse
Writing Makefile for MQClient::MQSeries
Writing MYMETA.yml and MYMETA.json
Writing Makefile for MQSeries::Message: eadLetter
Writing MYMETA.yml and MYMETA.json
Writing Makefile for MQSeries::Message: CF
Writing MYMETA.yml and MYMETA.json
No libmqm server library found, MQServer disabled
Support for MQServer is disabled on this platform.
Warning: Guessing NAME [MQServer] from current directory name.
Writing Makefile for MQSeries
Writing MYMETA.yml and MYMETA.json |
|