NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Making nasm under win32
« previous
next »
Print
Pages: [
1
]
Author
Topic: Making nasm under win32 (Read 14583 times)
Pavel Skrylev
Guest
Making nasm under win32
«
on:
June 01, 2005, 12:26:58 PM »
I have on my comp with win2k MinGW and Msys. I have run autoheader and autoconf before configuring. But i may not configure nasm for compiling because following error: NAsm requiers Ansi C header files to compile. What may i do for patching.
Logged
nasm64developer
Guest
Re: Making nasm under win32
«
Reply #1 on:
June 01, 2005, 01:16:26 PM »
> What may i do for patching.
Ensure that you have the ANSI C
headers installed. They should
have come with your C compiler.
Logged
Pavel Skrylev
Guest
Re: Making nasm under win32
«
Reply #2 on:
June 01, 2005, 02:07:28 PM »
Which ones?
Logged
nasm64developer
Guest
Re: Making nasm under win32
«
Reply #3 on:
June 02, 2005, 04:47:41 PM »
These are the standard C headers NASM
is including:
assert.h
ctype.h
errno.h
limits.h
stdarg.h
stddef.h
stdio.h
stdlib.h
string.h
time.h
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Making nasm under win32