
Thread
2000.06.06 20:02 "Makefile request (updated)", by Brian Herron
Sorry all, I thought I might want to describe why I need the makefile.
I am trying to compile the tiff library for Win95/WinNT. I used the given makefile.vc, but I get:
LINK : error : Unknown or bad record type 4
tif_aux.obj : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
NMAKE : fatal error U1077: 'lib' : return code '0x463'
Stop.
Has anyone encountered this previously? Any suggestions?
Do you think it would be possible to compile this using a 16 bit compiler and thus avoiding the need to thunk from an application I need to write that MUST be 16 bit?
Thanks,
Brian