slang-users mailing list

[2012 Date Index] [2012 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] s-lang lib on win7 x64 [Mingw32]


"Raffaello Bertini" <raffaellobertini@xxxxxxxxx> wrote:

> not the batch "m32init.bat" itself.
> it's the internal command mkmake,exe.

Funny. My mkmake.exe is a Win32 character console app
which should run fine under Win7-x64. From "pedump mkmake.exe":

File Header
  Machine:                      014C (i386)
  Number of Sections:           0012
  TimeDateStamp:                4F478406 -> Fri Feb 24 12:35:18 2012
  PointerToSymbolTable:         0002E200
  NumberOfSymbols:              000006DF
  SizeOfOptionalHeader:         00E0
  Characteristics:              0107
    RELOCS_STRIPPED
    EXECUTABLE_IMAGE
    LINE_NUMS_STRIPPED
    32BIT_MACHINE

Optional Header
  Magic                         010B
..
  Subsystem                     0003 (Windows character)

But you should be able to rebuild mkmake yourself:
  gcc -o mkmake.exe  -I.. mkmake.c ../gw32objs/libslang.a

(issued from src/mkfiles)

--gv



[2012 date index] [2012 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]