[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [W32 help] Cannot run MSVC's link
From: |
Eli Zaretskii |
Subject: |
Re: [W32 help] Cannot run MSVC's link |
Date: |
Tue, 20 Jul 2004 22:37:27 +0200 |
> Date: Tue, 20 Jul 2004 11:54:22 +0200
> From: Alessandro Vesely <address@hidden>
>
> I'm using gmake 1.79.1 downloaded from
> ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mak3791b.zip
> on a Win2000 box with MSVC 5 installed.
That's the source of your problems, right there: you are mixing a DOS
port of Make with Windows programs such as MSVC and the MS linker.
Don't do that; find a native Windows port of Make and use that
instead.