> > When trying to build v24.2  with visual c 7.1 the file  cmdproxy.c
> > fails to link due to --
>

 What is visual c 7.1 ? The  Microsoft Windows SDK 7.1 ?

What do you get with :

C:\Source\XEmTeX\emacs\emacsw32\nt>cl
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for
80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line error D8003 : missing source filename

C:\Source\XEmTeX\emacs\emacsw32\nt>link
Microsoft (R) Incremental Linker Version 10.00.40219.01
Copyright (C) Microsoft Corporation.  All rights reserved.

 usage: LINK [options] [files] [@commandfile]

>
> > LINK : warning LNK4044: unrecognized option '/manifest'; ignored
> > LINK : warning LNK4044: unrecognized option '/dynamicbase:no'; ignored
>

Annoying that your linker does not grok these options. They are not that
new.


> > cmdproxy.obj : error LNK2001: unresolved external symbol __pctype
> > cmdproxy.obj : error LNK2001: unresolved external symbol ___mb_cur_max
> > obj/i386/cmdproxy.exe : fatal error LNK1120: 2 unresolved externals
> > NMAKE : fatal error U1077: 'link' : return code '0x460'
> > Stop.
>

Problem : msvcrt is missing. Check if  USE_CRT_DLL=1 .

Send a full log of the commands emitted.

Regards,

Fabrice


> >
> > What library do I need to resolve these links
>
> Fabrice, could you please help out here?  TIA.
>

Reply via email to