[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-distutils-sig
Subject:    [Distutils] bugs in MSVCCompiler ?
From:       gward () cnri ! reston ! va ! us (Greg Ward)
Date:       2000-01-17 20:31:32
Message-ID: 20000117153131.B9793 () cnri ! reston ! va ! us
[Download RAW message or body]

On 17 January 2000, Robin Becker said:
> I've just found what appears to be a bug in 0.1.2 in the MSVCCompiler
> class.
> 
> at line 267 the library_filename functions should look like
> 
>     def library_filename (self, libname):
>         """Return the static library filename corresponding to the
>            specified library name."""
>         return "%s%s" %( libname, self._static_lib_ext )
> 
>     def shared_library_filename (self, libname):
>         """Return the shared library filename corresponding to the
>            specified library name."""
>         return "%s%s" %( libname, self._shared_lib_ext )
> 
> 
> the original format strings were "lib%s%s" leading to errors such as
> trying to use libpython15.lib during the build.

Yep, someone else already caught that -- fixed now.

        Greg


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic