Possible problem: gcc search path

2000-12-22 Thread Joseph Heled
Hi, When I compile using '/bin/g++ -V2.95.2-5 ...' I get gcc: file path prefix `/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-5/' never used This is because g++ uses a different spec path than when using a plain g++. I am not sure if this is a cygwin issue or a gcc one, but this behaviour is certainl

long long is broken (g++-2.95.2-5) (cygwin 1.1.5)

2000-12-22 Thread Joseph Heled
ANSOLO' OS2LIBPATH = `C:\WINNT\system32\os2\dll;' COMSPEC = `C:\WINNT\system32\cmd.exe' !C: = `C:\cygwin\bin' SYSTEMDRIVE = `C:' HOSTNAME = `HANSOLO' PROCESSOR_REVISION = `0803' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' COMPUTERNAME = `HANSO

Help please: cygwin tcl and path names

2000-12-13 Thread Joseph Heled
It seems that cygwin tclsh is unable to "see" the mounted cygwin filesystem. Is there a fix for that? Is there a later version of tcl for cygwin? (I am using cygwin 1.1.5) $ cygtclsh80 /home/joseph/mytclscript couldn't read file "/home/joseph/mytclscript": no such file or directory While $

missing gmtime_r & localtime_r in .a files

2000-12-12 Thread Joseph Heled
Hi, While I see the prototype for gmtime_r & localtime_r in /usr/include/time.h, the linker reports they are not found. I tried 'nm *.a | grep gmtime_r' in /usr/lib, which gave no hits. I am using cygwin version 1.15. gcc version is gcc-2.95.2-5. Thanks, Joseph -- Want to unsubscribe from th