> Generating Code... > link /NOLOGO /DYNAMICBASE /NXCOMPAT /DLL /MANIFEST > /MANIFESTFILE:QAxContainer.pyd.manifest /SUBSYSTEM:WINDOWS > /INCREMENTAL:NO /OUT:QAxContainer.pyd > @C:\Users\skippy\AppData\Local\Temp\nmC2A2.tmp > LINK : fatal error LNK1149: output filename matches input filename > 'D:\QT\PyQt\PyQt-win-gpl-4.9.4\QAxContainer\QAxContainer.lib'
Hi, It seems that there is a name clash between linker's OUT and [1] IMPLIB options. Try to change your OUT option to something else in the Makefile and see what happens. [1] http://msdn.microsoft.com/en-us/library/094ay1h9(v=vs.71).aspx _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt