[Ecls-list] Re: ecl-0.9h build problems with MSVC
leon.vandyk at technovolve.co.za
leon.vandyk at technovolve.co.za
Sun Nov 20 09:14:04 UTC 2005
> Hi
>
> When I build ecl-0.9h, running nmake in the MSVC directory as described in
> the
> installs page, the build completes without any problems. The problem is,
> ecl.dll is never build, so when trying to run ecl2.exe you get problems.
>
> Any suggestions or pointers?
>
> Thanks
> Leon
Figured out what the problem was, updated my msvc\makefile
changed:
LDFLAGS = /link /nodefaultlib:libcmt /nodefaultlib:libc
to
LDFLAGS = /link /nodefaultlib:libcd /nodefaultlib:libcmt /nodefaultlib:libc
Solved the problem.
Leon
More information about the ecl-devel
mailing list