[m-users.] Compiler trouble

Julien Fischer jfischer at opturion.com
Mon Aug 8 11:09:02 AEST 2016


On Mon, Aug 8, 2016 at 10:59 AM, Noah Scott Goldman <
noahsg at badmousedriver.xyz> wrote:

> Unfortunately, even after running mmc hello and mmc
> --no-restricted-command-line hello, there is still no executable.
>
> I have attached the --verbose output; not sure if it helps.
>

The only thing I can suggest, is entering the last external command
manually and seeing why
it fails, e.g.

cl        -Fehello.exe C:\Users\McPhee\AppData\Local\Temp\mtmp004.43A.lib
-link -LIBPATH:C:\mercury-14.01-vs2013\lib\mercury\lib
-LIBPATH:C:\mercury-14.01-vs2013\lib\mercury\lib\hlc.gc      -nologo
-subsystem:console -machine:x86 -entry:wmainCRTStartup -defaultlib:libcmt
  C:\mercury-14.01-vs2013\lib\mercury\lib\hlc.gc\libmer_std.lib
C:\mercury-14.01-vs2013\lib\mercury\lib\hlc.gc\libmer_rt.lib
C:\mercury-14.01-vs2013\lib\mercury\lib\libgc.lib

(This might be somewhat easier if you use the version with
--no-restricted-command-line, since it will avoid
the creation of temporary files.)

Julien.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/users/attachments/20160808/65beb950/attachment.html>


More information about the users mailing list