emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] [WIP] Port feature/native-comp to Windows.


From: Nicolas Bértolo
Subject: Re: [PATCH] [WIP] Port feature/native-comp to Windows.
Date: Sun, 10 May 2020 16:07:07 -0300

> Someone, perhaps you, mentioned -nostdlib option to gcc, which might
> be the answer to this question, but then why use -nostdlib at all?

I tried this. It creates the libraries fine, but LoadLibrary() fails
to load the library
because the entry point is not defined. This is why we need to include the CRT,
and all its dependencies.

The issue is actually finding what as.exe collect2.exe and ld.exe to
call. See my other reply to Eli.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]