[Ecls-list] Problems with GMP on Win32

Kamil Shakirov kamils80 at gmail.com
Tue Aug 5 20:34:06 UTC 2008


Juan Jose Garcia-Ripoll wrote:
> On Tue, Aug 5, 2008 at 10:05 PM, Kamil Shakirov <kamils80 at gmail.com> wrote:
>   
>> You need to tell msvc compiler where to find the ecl.lib file. Set your
>> environment before you start ECL as: set LIB=/path/to/your/ecl
>>     
>
> Is there an appropriate compiler option for MSVC to tell the path? It
> would not be difficult to change the compiler invocation to pass that
> information.
>
> Juanjo
>   

from MSDN:

Use the /LIBPATH option to override the environment library path. The 
linker will first search in the path specified by this option, and then 
search in the path specified in the LIB environment variable. You can 
specify only one directory for each /LIBPATH option you enter. If you 
want to specify more than one directory, you must specify multiple 
/LIBPATH options. The linker will then search the specified directories 
in order.

cl /link /libpath:/path/to/ecl ecl.lib ...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20080806/fe9b578d/attachment.html>


More information about the ecl-devel mailing list