lcplben
2009-10-22 11:19:04 UTC
Hi folks --
Trying to track down the cause of a sudden failure in _read( ): the
build worked great and then, five mins later, it croaked and now /
nothing/ will build correctly. The exact problem is that _read( )
returns fewer than "count" bytes. To start off with, I'm guessing
that _read( ) is somewhere in libc*.lib, so:
I'd like to see the actual paths that the linker followed to satisfy a
requirement for libc*.lib. Is there some config switch in the DE that
will show those paths?
Or is it perhaps that the paths are explicit in the LIB and LIBPATH
environment variables? Are there other paths implicit in the linker?
Here are the environment variables for LIB and LIBPATH:
LIB=
C:\Program Files\Microsoft Visual Studio 8\VC\lib;
C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib;
C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib\i386;
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib;
C:\Program Files\Microsoft Visual Studio 8\;
C:\Program Files\Microsoft Visual Studio 8\lib;
C:\Program Files\Microsoft SDKs\Windows\v6.1\lib
LIBPATH=
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0;
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;
C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib;
C:\Program Files\Reference Assemblies\Microsoft\Framework;
C:\Program Files\Reference Assemblies\Microsoft\mmc;
C:\Program Files\Reference Assemblies\Microsoft\Tablet PC;
C:\Program Files\Reference Assemblies\Microsoft\UDDI;
C:\Program Files\Reference Assemblies\Microsoft\WindowsPowerShell
Thanks!
-- ben
Trying to track down the cause of a sudden failure in _read( ): the
build worked great and then, five mins later, it croaked and now /
nothing/ will build correctly. The exact problem is that _read( )
returns fewer than "count" bytes. To start off with, I'm guessing
that _read( ) is somewhere in libc*.lib, so:
I'd like to see the actual paths that the linker followed to satisfy a
requirement for libc*.lib. Is there some config switch in the DE that
will show those paths?
Or is it perhaps that the paths are explicit in the LIB and LIBPATH
environment variables? Are there other paths implicit in the linker?
Here are the environment variables for LIB and LIBPATH:
LIB=
C:\Program Files\Microsoft Visual Studio 8\VC\lib;
C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib;
C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib\i386;
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib;
C:\Program Files\Microsoft Visual Studio 8\;
C:\Program Files\Microsoft Visual Studio 8\lib;
C:\Program Files\Microsoft SDKs\Windows\v6.1\lib
LIBPATH=
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0;
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;
C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\lib;
C:\Program Files\Reference Assemblies\Microsoft\Framework;
C:\Program Files\Reference Assemblies\Microsoft\mmc;
C:\Program Files\Reference Assemblies\Microsoft\Tablet PC;
C:\Program Files\Reference Assemblies\Microsoft\UDDI;
C:\Program Files\Reference Assemblies\Microsoft\WindowsPowerShell
Thanks!
-- ben