OK, I am trying to install libxml with cpan. When I build make is failing since it cannot find cl.exeIs this a MS shipped product ? Can I edit the makefiles and use gcc ? I have cygwin installed. I have win2K installed. TIAAndy
LINK : fatal error LNK1104: cannot open file 'MSVCRT.lib'I have this file on my system, I just do not know how is looking for it. Tips/Pointers/FTFMs appreciated.Andy
IIRC, It looks in LD_LIBRARY_PATH for the library. Make sure the diretory containing MSVCRT.lib is in that path.
If a path is specified with the library name, LINK looks for the library in that directory. If no path is specified, LINK looks first in the directory that LINK is running from, and then in any directories specified in the LIB environment variable.
Now it is failing on unistd.h I do not have that in my VSS install. and the cygwin one breaks clAny ideas ?