[JDEV] Error compiling pth-1.4.0 under Cygwin- 2.218.2.9 on Win 2000

Lloyd Weehuizen lloyd at sidhe.co.nz
Wed Jun 19 18:04:36 CDT 2002


MessageHey Brijesh

I had the same problem, download pth-1.4.1 and install that first. Then compile jabberd and you shouldn't have any problems.

cya
  ----- Original Message ----- 
  From: Andy Beetz 
  To: 'jdev at jabber.org' 
  Sent: Friday, June 14, 2002 5:41 PM
  Subject: RE: [JDEV] Error compiling pth-1.4.0 under Cygwin- 2.218.2.9 on Win 2000


  What program did you use to extract the source code?
    -----Original Message-----
    From: Brijesh Singh [mailto:birju_mote at hotmail.com] 
    Sent: 11 June 2002 12:07
    To: birju_mote at hotmail.com
    Subject: [JDEV] Error compiling pth-1.4.0 under Cygwin- 2.218.2.9 on Win 2000


    Hi,

    I tried building the jabberd(pth-1.4.0 under Cygwin- 2.218.2.9 on Win 2000) & getting  the  compile error.

    1. ./configure

    Running Jabber Configure
    ========================
    Getting pth settings...Configuring GNU Pth (Portable Threads), Version 1.4.0 (24-Mar-2001)
    Copyright (c) 1999-2001 Ralf S. Engelschall <rse at engelschall.com>
    loading cache ./config.cache
    Platform: i686-pc-cygwin
    Build Tools:
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking how to run the C preprocessor... (cached) gcc -E
    checking whether make sets ${MAKE}... (cached) yes
    checking for compiler option -pipe... (cached) yes
    checking for compilation debug mode... disabled
    checking for compilation profile mode... disabled
    checking for compilation optimization mode... disabled
    checking for ranlib... ranlib
    checking for object suffix... o
    checking for executable suffix... .exe
    checking for gcc option to produce PIC... none
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions ... yes
    checking if gcc static flag -static! works... -static
    checking whether ln -s works... yes
    checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
    checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
    checking whether the linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking command to parse /usr/bin/nm -B output... ok
    checking how to hardcode library paths into programs... immediate
    checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
    checking dynamic linker characteristics... Win32 ld.exe
    checking if libtool supports shared libraries... yes
    checking if package supports dlls... no
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking for objdir... .libs
    creating libtool
    Mandatory Platform Environment:
    checking for ANSI C header files... (cached) yes
    checking for stdio.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for stdarg.h... (cached) yes
    checking for string.h... (cached) yes
    checking for signal.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for setjmp.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for errno.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for sys/wait.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for function gettimeofday... (cached) yes
    checking for function select... (cached) yes
    checking for function sigaction... (cached) yes
    checking for function sigprocmask... (cached) yes
    checking for function sigpending... (cached) yes
    checking for function sigsuspend... (cached) yesdecision on mandatory system headers and functions... all fine
    Optional Platform Environment:
    checking for number of signals... 32
    checking for function poll... (cached) yes
    checking for define POLLIN in poll.h... (cached) yes
    checking whether poll(2) facility has to be faked... no
    checking for sys/uio.h... (cached) yes
    checking for function readv... (cached) yes
    checking for function writev... (cached) yes
    checking whether readv(2)/writev(2) facility has to be faked... no
    checking for function usleep... (cached) yes
    checking for function strerror... (cached) yes
    checking for sys/resource.h... (cached) yes
    checking for net/errno.h... (cached) no
    checking for paths.h... (cached) yes
    checking for gethostname in -lnsl... (cached) no
    checking for gethostbyname in -lnsl... (cached) no
    checking for accept in -lsocket... (cached) no
    checking for sys/select.h... (cached) yes
    checking for typedef sig_atomic_t... (cached) yes
    checking for typedef pid_t... (cached) yes
    checking! for typedef size_t... (cached) yes
    checking for typedef ssize_t... (cached) yes
    checking for typedef off_t... (cached) yes
    checking for typedef stack_t... (cached) no
    checking for attribute ss_base in struct sigaltstack from sys/signal.h... (cached) no
    checking for attribute ss_sp in struct sigaltstack from sys/signal.h... (cached) no
    checking for a single-argument based gettimeofday... no
    checking for struct timespec... yes
    checking for typedef socklen_t... (cached) no
    checking for type of argument 3 for accept()... (cached) int *
    checking for fallback socklen_t... (cached) int
    checking for typedef nfds_t... (cached) no
    checking for type of argument 2 for poll()... (cached) unsigned int
    checking for fallback nfds_t... (cached) unsigned int
    checking for built-in type long long... (cached) yes
    checking for built-in type long double... (cached) yes
    Machine Context Implementation:
    checking for ucontext.h... (cached) no
    checking for function makecontext... (cached) no
    checking for function swapcontext... (cached) no
    checking for function getcontext... (cached) no
    checking for function setcontext... (cached) no
    checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... (cached) no
    checking for signal.h... (cached) yes
    checking for function sigsetjmp... (cached) no
    checking for function siglongjmp... (cached) no
    checking for function setjmp... (cached) yes
    checking for function longjmp... (cached) yes
    checking for function _setjmp... (cached) yes
    checking for function _longjmp... (cached) yes
    checking for function sigaltstack... (cached) no
    checking for function sigstack... (cached) no
    checking for signal-mask aware setjmp(3)/longjmp(3)... (cached) yes: sjljw32
    checking for typedef stack_t... (cached) no
    checking for direction of stack growth... (cached)! down
    checking for function makecontext... (cached) no
    checking for stack setup via makecontext... (cached) N.A.
    checking for function sigaltstack... (cached) no
    checking for typedef stack_t... (cached) no
    checking for stack setup via sigaltstack... (cached) N.A.
    checking for function sigstack... (cached) no
    checking for stack setup via sigstack... (cached) N.A.
    decision on mctx implementation... sjlj/sjljw32/none
    System Call Mapping:
    checking for function syscall... (cached) no
    checking for sys/syscall.h... (cached) no
    checking for sys/socketcall.h... (cached) no
    checking for define SYS_read in sys/syscall.h... (cached) no
    checking whether soft system call mapping is used... no
    checking whether hard system call mapping is used... no
    Build Parameters:
    checking whether to activate batch build mode... no
    checking whether to activate maintainer build targets... no
    checking whether to activate test build targets... yes
    checking whether to build Pthread library... no
    checking whether to build against Sfio library... no
    checking whether to build against Dmalloc library... no
    Output Substitution:
    updating cache ./config.cache
    creating ./config.status
    creating Makefile
    creating pthread-config
    creating pthread.h
    creating pth-config
    creating pth.h
    creating pth_acmac.h
    creating pth_acdef.h
    Now please type `make' to compile. Good luck.
    Setting Build Parameters...     Done.
    Generating Settings Script...   Done.
    You may now type 'make' to build your new Jabber system.

    2. make


    make[1]: Entering directory `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd'
    Making all in base
    make[2]: Entering directory `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/base'
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_connect.o base_connect.c
    In file included from ../jabberd.h:42,
                     from base_connect.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_dynamic.o base_dynamic.c
    In file included from ../jabberd.h:42,
                     from base_dynami! c.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_exec.o base_exec.c
    In file included from ../jabberd.h:42,
                     from base_exec.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_stdout.o base_stdout.c
    In file included from ../jabberd.h:42,
                 &! nbsp;   from base_stdout.c:41:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_accept.o base_accept.c
    In file included from ../jabberd.h:42,
                     from base_accept.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_file.o base_file.c
    In file included from ../jabberd.h:42,
           &n! bsp;         from base_file.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_format.o base_format.c
    In file included from ../jabberd.h:42,
                     from base_format.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_stderr.o base_stderr.c
    In file included from ../jabberd.h:42,
     &! nbsp;               from base_stderr.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o base_to.o base_to.c
    In file included from ../jabberd.h:42,
                     from base_to.c:42:
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: useless keyword or type name in empty declaration
    /cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0/pth.h:53: warning: empty declaration
    make[2]: Leaving directory `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/base'
    Making all in lib
    make[2]: Entering directory `/cygdrive/d/jabber! /JOSS/jabber-1.4.2/jabberd/lib'
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o expat.o expat.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o genhash.o genhash.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o hashtable.o hashtable.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o jid.o jid.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o jpacket.o jpacket.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o jutil.o jutil.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o karma.o karma.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o pool.o pool.c
    gcc -g -Wall -I. -! I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o pproxy.o pproxy.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o rate.o rate.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o sha.o sha.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o snprintf.o snprintf.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o socket.o socket.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o str.o str.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o xmlnode.o xmlnode.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o xmlparse.o xmlparse.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pt! h-1.4.0   -c -o xmlrole.o xmlrole.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o xmltok.o xmltok.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o xhash.o xhash.c
    gcc -g -Wall -I. -I.. -I/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0   -c -o xstream.o xstream.c
    make[2]: Leaving directory `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/lib'
    Making all in pth-1.4.0
    make[2]: Entering directory `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0'
    ./shtool scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c pth_sched.c pth_data.c pth_msg.c pth_cancel.c pth_sync.c pth_attr.c pth_lib.c pth_fork.c pth_high.c pth_ext.c pth_string.c
    ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_d! ebug.c
    In file included from pth_p.h.in:53,
                     from pth_debug.c:29:
    pth.h:53: warning: useless keyword or type name in empty declaration
    pth.h:53: warning: empty declaration
    In file included from pth_debug.c:29:
    pth_sched.c:33: parse error before `__pth_NQ'
    pth_sched.c:33: warning: data definition has no type or storage class
    pth_sched.c:34: parse error before `__pth_RQ'
    pth_sched.c:34: warning: data definition has no type or storage class
    pth_sched.c:35: parse error before `__pth_WQ'
    pth_sched.c:35: warning: data definition has no type or storage class
    pth_sched.c:36: parse error before `__pth_SQ'
    pth_sched.c:36: warning: data definition has no type or storage class
    pth_sched.c:37: parse error before `__pth_DQ'
    pth_sched.c:37: warning: data definition has no type or storage class
    pth_debug.c: ! In function `pth_debug':
    pth_debug.c:61: `errno_shield' undeclared (first use in this function)
    pth_debug.c:61: (Each undeclared identifier is reported only once
    pth_debug.c:61: for each function it appears in.)
    pth_debug.c:61: parse error before `{'
    pth_debug.c:75: called object is not a function
    pth_debug.c: At top level:
    pth_debug.c:77: parse error before `return'
    pth_debug.c: In function `pth_dumpstate':
    pth_debug.c:90: dereferencing pointer to incomplete type
    pth_debug.c: At top level:
    pth_debug.c:98: parse error before `pth_pqueue_t'
    pth_debug.c:99: warning: type mismatch with previous implicit declaration
    pth_debug.c:86: warning: previous implicit declaration of `pth_dumpqueue'
    pth_debug.c:99: warning: `pth_dumpqueue' was previously implicitly declared to return `int'
    pth_debug.c: In function `pth_dumpqueue':
    pth_debug.c:104: `fp' undeclared (first use in this function)
    pth_debug.c:104: `qn' undeclared (first use in thi! s function)
    pth_debug.c:105: `q' undeclared (first use in this function)
    pth_debug.c:109: warning: assignment makes pointer from integer without a cast
    pth_debug.c:109: warning: assignment makes pointer from integer without a cast
    pth_debug.c:110: dereferencing pointer to incomplete type
    make[2]: *** [pth_debug.lo] Error 1
    make[2]: Leaving directory `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd'
    make: *** [all-recursive] Error 1

    3. Cygcheck tells :
    Here is where the OS will find your program, and which dlls
    will be used for it.  Use -v to see DLL version info
    Error: could not find 2

    Cygwin Win95/NT Configuration Diagnostics
    Current System Time: Tue Jun 11 16:09:22 2002
    Windows NT Ver 4.0 Build 1381 Service Pack 6
    Path: D:\Cygwin\usr\local\bin
     D:\Cygwin\bin
     D:\Cygwin\bin
     d:\ASE12CLT\OCS-12_0\dll
     d:\ASE12CLT\OCS-12_0\bin
     d:\ASE12CLT\ASEP
     c:\WINNT\system32
     c:\WINNT
     c:\dmi\Win32\Bin
     c:\WINNT\System32\WBEM
     c:\hp\i\ms\off97pro\32.0\office
     d:\j2sdk1.4.0\bin
     $CLASSPATH%
     D:\Cygwin\bin
     c:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT
     c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
     c:\Program Files\Microsoft Visual Studio\Common\Tools
     d:\Program Files\Microsoft Visual Studio\VC98\bin
    SysDir: C:\WINNT\System32
    WinDir: C:\WINNT
    Here's some environment variables that may affect cygwin:
    HOME = `D:\Cygwin\home\Administrator'
    MAKE_MODE = `unix'
    PWD = `/cygdrive/d/jabber/JOSS/jabber-1.4.2'
    USER = `Administrator'
    Here's the rest of your environment variables:
    CATALINA_HOME = `d:\jakarta-tomcat-4.0'
    CLASSPATH = `D:\ASE12CLT\ASEP\3pclass.zip;D:\ASE12CLT\ASEP\monclass.zip;d:\java;D:\j2sdk1.4.0\lib;D:\j2sdk1.4.0\lib\tools.jar;D:\j2sdk1.4.0\lib\dt.jar;D:\j2sdk1.4.0\lib\htmlconverter.jar; D:\j2sdk1.4.0\src\java\io;d:\jakarta-tomcat-4.0\lib\jasper;d:\jakarta-tomcat-4.0\common\lib\servlet.jar;D:\j2sdk1.4.0\lib\tools.jar'
    COMPUTERNAME = `NT46243'
    COMSPEC = `C:\WINNT\system32\cmd.exe'
    HOMEDRIVE = `C:'
    HOMEPATH = `\'
    INCLUDE = `d:\Program Files\Microsoft Visual Studio\VC98\atl\include;d:\Program Files\Microsoft Visual Studio\VC98\mfc\include;d:\Program Files\Microsoft Visual Studio\VC98\include'
    INFONET = `K:'
    JAVA_HOME = `d:\j2sdk1.4.0'
    LIB = `d:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;d:\Program Files\Microsoft Visual Studio\VC98\lib'
    LOGONSERVER = `\\ASIAPAC-BDCIND1'
    MANPATH = `:/usr/ssl/man'
    MSDEVDIR = `C:\Program Files\Microsoft Visual S! tudio\Common\MSDev98'
    NUMBER_OF_PROCESSORS = `1'
    OLDPWD = `/cygdrive/d/jabber/JOSS/jabber-1.4.2/jabberd/pth-1.4.0'
    OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
    OS = `Windows_NT'
    PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
    PROCESSOR_ARCHITECTURE = `x86'
    PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 6, GenuineIntel'
    PROCESSOR_LEVEL = `6'
    PROCESSOR_REVISION = `0806'
    PROMPT = `$P$G'
    PS1 = `\[\033]0;\w\007
    \033[32m\]\u@\h \[\033[33m\w\033[0m\]
    $ '
    SHLVL = `1'
    STARDISK = `C:\Program Files\StarDisk\'
    STARTEAM = `C:\Program Files\StarDisk\StarTeam.ini'
    STARTEAMAPP = `C:\Program Files\StarTeam 4.0'
    STLICENSE = `C:\Program Files\StarDisk\'
    SYBASE = `D:\ASE12CLT'
    SYBASE_OCS = `OCS-12_0'
    SYSTEMDRIVE = `C:'
    SYSTEMROOT = `C:\WINNT'
    TEMP = `c:\TEMP'
    TERM = `cygwin'
    TMP = `c:\TEMP'
    USERDOMAIN = `ASIAPAC'
    USERNAME = `BRIJESH'
    USERPROFILE = `C:\WINNT\Profiles\brijesh'
    WIN32DMIPATH = `C:\! dmi\win32'
    WINDIR = `C:\WINNT'
    WORKSTATIONID = `C:\Program Files\StarDisk\ConnectionManager.ini'
    _ = `/usr/bin/cygcheck'
    Scanning registry for keys with `Cygnus' in them...
    HKEY_CURRENT_USER\Software\Cygnus Solutions
    HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
    HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
    HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
    HKEY_! CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
    HKEY_CURRENT_USER\Software\Cygnus So! lutions\CYGWIN.DLL setup\b15.0\mounts\12
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
    HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
    HKEY_LOCAL_MACHINE\! SOFTWARE\Cygnus Solutions\Cygwin
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
      (default) = `/cygdrive'
      cygdrive flags = 0x00000022
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
      (default) = `D:\Cygwin'
      flags = 0x0000000a
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
      (default) = `D:\Cygwin/bin'
      flags = 0x0000000a
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
      (default) = `D:\Cygwin/lib'
      flags = 0x0000000a
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
      (default) = `D:\Cygwin\usr\X11R6\lib\X11\fonts'
      flags = 0x0000000a
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
    HKEY_LOCAL_MACHINE\SOF! TWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions! \CYGWIN.DLL setup\b15.0\mounts\0B
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b! 15.0\mounts\17
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
    HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
    Listing available drives...
    Drv Type        Size   Free Flags              Name
    a:  fd           N/A    N/A                    
    c:  hd  FAT     2047Mb  98% CP    UN           BRIJESH
    d:  hd  NTFS   17390Mb  38% CP CS UN PA FC     Brijesh
    e:  cd           N/A    N/A                    
    f:  net NTFS    8586Mb  91% CP CS UN PA FC     
    h! :  net NTFS    2445Mb  88% CP CS UN PA FC     
    i:  net NTFS   17365Mb  97% CP CS UN PA FC     User Directories
    j:  net NTFS   34731Mb  65% CP CS UN PA FC     ID2
    k:  net NTFS   34731Mb  65% CP CS UN PA FC     ID2
    l:  net NTFS   17320Mb  45% CP CS UN PA FC     
    m:  net NTFS   34731Mb  65% CP CS UN PA FC     ID2
    fd=floppy, hd=hard drive, cd=CD-ROM, net=Network Share
    CP=Case Preserving, CS=Case Sensitive, UN=Unicode
    PA=Persistent ACLS, FC=File Compression, VC=Volume Compression
    Mount entries: these map POSIX directories to your NT drives.
    -NT-                               -POSIX-                   -Type-  -Flags-
    D:\Cygwin                          /                         system  binmode
    D:\Cygwin/bin                      /usr/bin                  system  bi! nmode
    D:\Cygwin/lib                      /usr/lib                  system  binmode
    D:\Cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
    .                                  /cygdrive                 user    binmode,noumount
    Looking to see where common programs can be found, if at all...
    Found: D:\Cygwin\bin\bash.exe
    Found: D:\Cygwin\bin\cat.exe
    Found: D:\Cygwin\bin\cpp.exe
    Found: D:\Cygwin\bin\find.exe
    Found: D:\Cygwin\bin\gcc.exe
    Found: D:\Cygwin\bin\gdb.exe
    Found: D:\Cygwin\bin\ld.exe
    Found: D:\Cygwin\bin\ls.exe
    Found: D:\Cygwin\bin\make.exe
    Found: D:\Cygwin\bin\sh.exe
    Looking for various Cygnus DLLs...  (-v gives version info)
       58k 2002/05/07 D:\Cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                      "cygbz2-1.dll" v0.0 ts=2002/5/7 12:03
       54k 2002/01/27 D:\Cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                      "cygbz21.0.dll" v0.0 ts=2002/1/27 6:37
      621k 2002/05/17 D:\Cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                      "cygcrypto.dll" v0.0 ts=2002/5/17 17:54
      108k 2002/04/15 D:\Cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                      "cygcurl-2.dll" v0.0 ts=2002/4/15 23:55
      ! 50k 2002/03/17 D:\Cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                      "cygexslt-0.dll" v0.0 ts=2002/3/17 11:54
       45k 2001/04/25 D:\Cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                      "cygform5.dll" v0.0 ts=2001/4/25 10:58
       35k 2002/01/09 D:\Cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                      "cygform6.dll" v0.0 ts=2002/1/9 11:33
       19k 2002/02/20 D:\Cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                      "cyggdbm.dll" v0.0 ts=2002/2/20 8:35
       17k 2001/06/28 D:\Cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
     ! ;                 "cyghistory4.dll" v0.0 ts=2001/1/7 10:04
       20k 2002/01/13 D:\Cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                      "cyghistory5.dll" v0.0 ts=2002/1/13 6:57
      306k 2002/04/27 D:\Cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
                      "cyghttpd.dll" v0.0 ts=2002/4/27 18:53
       22k 2001/12/13 D:\Cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                      "cygintl-1.dll" v0.0 ts=2001/12/13 14:58
       21k 2001/06/20 D:\Cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                 &n! bsp;    "cygintl.dll" v0.0 ts=2001/6/20 22:39
       81k 2000/12/05 D:\Cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                      "cygitcl30.dll" v0.0 ts=2000/11/26 7:13
       35k 2000/12/05 D:\Cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                      "cygitk30.dll" v0.0 ts=2000/11/26 7:13
       45k 2002/02/08 D:\Cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                      "cygjbig1.dll" v0.0 ts=2002/2/8 5:29
      119k 2002/02/09 D:\Cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                      "cygjpeg6b.dll" v0.0 ts=2002/2/9 10:49
       25k 20! 02/05/08 D:\Cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                      "cygltdl-3.dll" v0.0 ts=2002/5/9 5:16
       26k 2001/04/25 D:\Cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                      "cygmenu5.dll" v0.0 ts=2001/4/25 10:57
       20k 2002/01/09 D:\Cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                      "cygmenu6.dll" v0.0 ts=2002/1/9 11:33
      156k 2001/04/25 D:\Cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                      "cygncurses++5.dll" v0.0 ts=2001/4/25 10:59
      175k 2002/01/09 D:\Cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
      ! ;                "cygncurses++6.dll" v0.0 ts=2002/1/9 11:33
      226k 2001/04/25 D:\Cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                      "cygncurses5.dll" v0.0 ts=2001/4/25 10:47
      202k 2002/01/09 D:\Cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                      "cygncurses6.dll" v0.0 ts=2002/1/9 11:33
       15k 2001/04/25 D:\Cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                      "cygpanel5.dll" v0.0 ts=2001/4/25 10:57
       12k 2002/01/09 D:\Cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                 &nbs! p;    "cygpanel6.dll" v0.0 ts=2002/1/9 11:33
       40k 2001/11/21 D:\Cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                      "cygpcre.dll" v0.0 ts=2001/11/22 3:45
       39k 2001/11/21 D:\Cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                      "cygpcreposix.dll" v0.0 ts=2001/11/22 3:45
      171k 2002/05/07 D:\Cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                      "cygpng10.dll" v0.0 ts=2002/5/8 0:23
      175k 2002/05/24 D:\Cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                      "cygpng12.dll" v0.0 ts=2002/5/24 7:52
      170k 2002/01/21 ! D:\Cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                      "cygpng2.dll" v0.0 ts=2002/1/21 6:35
       22k 2002/06/07 D:\Cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                      "cygpopt-0.dll" v0.0 ts=2002/6/7 19:37
      108k 2001/06/28 D:\Cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                      "cygreadline4.dll" v0.0 ts=2001/1/7 10:04
      121k 2002/01/13 D:\Cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                      "cygreadline5.dll" v0.0 ts=2002/1/13 6:57
      156k 2002/05/17 D:\Cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
         ! ;             "cygssl.dll" v0.0 ts=2002/5/17 17:54
      390k 2000/12/05 D:\Cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                      "cygtcl80.dll" v0.0 ts=2000/11/26 7:09
        5k 2000/12/05 D:\Cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
       10k 2000/12/05 D:\Cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                      "cygtclreg80.dll" v0.0 ts=2000/11/26 7:09
      253k 2002/02/10 D:\Cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                      "cygtiff3.dll" v0.0 ts=2002/2/10 14:04
      623k 2000/12/05 D:\Cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
         ! ;             "cygtk80.dll" v0.0 ts=2000/11/26 7:13
     1248k 2002/03/17 D:\Cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                      "cygxml2-2.dll" v0.0 ts=2002/3/17 9:15
       41k 2002/01/20 D:\Cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                      "cygXpm-noX4.dll" v0.0 ts=2002/1/21 0:19
       46k 2002/01/20 D:\Cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                      "cygXpm-X4.dll" v0.0 ts=2002/1/21 0:20
      152k 2002/03/17 D:\Cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                      "cygxslt! -1.dll" v0.0 ts=2002/3/17 11:49
       15k 2002/03/17 D:\Cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
                      "cygxsltbreakpoint-1.dll" v0.0 ts=2002/3/17 11:54
       50k 2002/03/12 D:\Cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                      "cygz.dll" v0.0 ts=2002/3/12 10:08
      751k 2002/02/25 D:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                      "cygwin1.dll" v0.0 ts=2002/2/25 21:44
        Cygwin DLL version info:
            DLL version: 1.3.10
            DLL epoch: 19
            DLL bad signal mask: 19005
       &! nbsp;    DLL old termios: 5
            DLL malloc env: 28
            API major: 0
            API minor: 51
            Shared data: 3
            DLL identifier: cygwin1
            Mount registry: 2
            Cygnus registry name: Cygnus Solutions
            Cygwin registry name: Cygwin
            Program options name: Program Options
            Cygwin mount registry name: mounts v2
            Cygdrive flags: cygdrive flags
            Cygdrive prefix: cygdrive prefix
            Cygdrive default prefix: 
     &nbs! p;      Build date: Mon Feb 25 11:14:34 EST 2002
            Shared id: cygwin1S3

    Cygwin Package Information
    Last downloaded files to: D:\Cygwin_10
    Last downloaded files from: ftp://archive.progeny.com/cygwin
    Package             Version             
    WindowMaker         0.80.0-2            
    XFree86-base        4.2.0-1             
    XFree86-bin         4.2.0-1             
    XFree86-doc         4.2.0-1             
    XFree86-etc         4.2.0-1             
    XFree86-f100        4.2.0-2        &n! bsp;    
    XFree86-fcyr        4.2.0-2             
    XFree86-fenc        4.2.0-2             
    XFree86-fnts        4.2.0-2             
    XFree86-fscl        4.2.0-2             
    XFree86-fsrv        4.2.0-1             
    XFree86-html        4.2.0-1             
    XFree86-jdoc        4.2.0-1           &n! bsp; 
    XFree86-lib         4.2.0-3             
    XFree86-man         4.2.0-1             
    XFree86-nest        4.2.0-1             
    XFree86-prog        4.2.0-1             
    XFree86-prt         4.2.0-1             
    XFree86-ps          4.2.0-1             
    XFree86-startup-scripts4.2.0-2             
    XFree86-vfb ! ;        4.2.0-1             
    XFree86-xserv       4.2.0-4             
    _update-info-dir    00005-1             
    apache              1.3.24-5            
    ash                 20020131-1          
    autoconf            2.53-1              
    autoconf-devel      2.53a-1          &! nbsp;  
    autoconf-stable     2.13-4              
    automake            1.6a-1              
    automake-devel      1.6.1-3             
    automake-stable     1.4p5-5             
    bash                2.05a-3             
    bc                  1.06-1              
    binutils        !     20011002-1          
    bison               1.35-1              
    byacc               1.9-1               
    bzip2               1.0.2-2             
    ccache              1.9-1               
    cgoban              1.9.12-1            
    clear   !             1.0-1               
    cpio                2.4.2               
    cron                3.0.1-6             
    crypt               1.0-1               
    ctags               5.2-1               
    curl               ! 7.9.6-1             
    cvs                 1.11.0-1            
    cygrunsrv           0.95-1              
    cygutils            1.1.1-1             
    cygwin              1.3.10-1            
    cygwin-doc          1.0-1               
    dejagnu             200101! 17-1          
    diff                1.0-1               
    diffutils           2.8.1-1             
    ed                  0.2-1               
    enscript            1.6.3-2             
    expect              20010117-1          
    fetchmail           5.9! .12-1            
    figlet              2.2-1               
    file                3.37-1              
    fileutils           4.1-1               
    findutils           4.1.7-4             
    flex                2.5.4-2             
    fortune        ! ;     1.8-2               
    fvwm                2.4.7-2             
    gawk                3.0.4-1             
    gcc                 2.95.3-5            
    gdb                 20010428-3          
    gdbm                1.8.0-4          &nb! sp;  
    gettext             0.10.40-1           
    ghostscript         6.51-4              
    gnugo               3.2-1               
    gperf               0.0                 
    grep                2.5-1               
    groff               1.17.2-1 &nb! sp;          
    gsl                 1.1.1-1             
    gzip                1.3.2-1             
    indent              2.2.8-1             
    inetutils           1.3.2-17            
    irc                 20010101-1          
    jbigkit            ! 1.2-6               
    jpeg                6b-7                
    less                374-1               
    lesstif             0.93.18-3           
    libPropList         0.10.1-3            
    libbz2_0            1.0.2-1             
    libbz2_1         ! ;   1.0.2-2             
    libintl             0.10.38-3           
    libintl1            0.10.40-1           
    libncurses5         5.2-1               
    libncurses6         5.2-8               
    libpng              1.2.3-1             
    libpng10            1.0.13-3     !        
    libpng10-devel      1.0.13-3            
    libpng12            1.2.3-1             
    libpng12-devel      1.2.3-1             
    libpng2             1.0.12-1            
    libreadline4        4.1-2               
    libreadline5        4.2a-1              
    libtool             200202! 02a-1         
    libtool-devel       20020502-2          
    libtool-stable      1.4.2-2             
    libxml2             2.4.17-1            
    libxslt             1.0.13-1            
    links               0.96-1              
    login               1.4-3               
    lynx!                 2.8.4-1             
    m4                  0.0                 
    make                3.79.1-7            
    man                 1.5g-2              
    mingw-runtime       1.3-2               
    mktemp              1.4-1 &nbs! p;             
    more                2.11o-1             
    mt                  2.0.1-1             
    mutt                1.2.5i-6            
    nano                1.0.7-1             
    ncftp               3.1.3-1             
    ncurses &nbs! p;           5.2-8               
    newlib-man          20001118-1          
    openbox             0.99.1-3            
    opengl              1.1.0-6             
    openssh             3.2.3p1-1           
    openssl             0.9.6d-1            
    openssl-devel       0.9.6d-1&! nbsp;           
    patch               2.5-3               
    pcre                3.7-1               
    perl                5.6.1-2             
    pine                4.44-1              
    pkgconfig           0.12.0-1            
    popt     &n! bsp;          1.6.4-2             
    postgresql          7.2.1-1             
    procmail            3.22-6              
    python              2.2-1               
    rcs                 5.7-3               
    readline            4.2a-1              robots              2.0-1               
    rsync               2.5.5-1             
    rxvt                2.7.2-10            
    sed                 3.02-1              
    sh-utils            2.0-2               
    sharutils           4.2.1-2    &nb! sp;        
    shutdown            1.2-2               
    squid               2.4.STABLE6-1       
    ssmtp               2.38.7-3            
    swig                1.3.11-1            
    tar                 1.13.19-1           
    tcltk               20001125-1  ! ;        
    tcsh                6.11.00-4           
    termcap             20020403-1          
    terminfo            5.2-3               
    tetex-beta          20001218-4          
    texinfo             4.2-3               
    texmf               20000804-2        !   
    texmf-base          20000804-2          
    texmf-doc           20000804-2          
    texmf-extra         20000804-2          
    texmf-tiny          20000804-2          
    textutils           2.0.21-1            
    tiff                3.5.7-1             
    time                1.7-1  &nbs! p;            
    ttcp                19980512-1          
    ucl                 1.01-1              
    units               1.77-1              
    unzip               5.50-1              
    upx                 1.20-1              
    vim  &nb! sp;              6.1-2               
    w32api              1.4-2               
    wget                1.8.1-1             
    which               1.5-1               
    whois               4.5.17-1            
    xpm-nox             4.2.0-1   ! ;          
    zip                 2.3-2               
    zlib                1.1.4-1             
    zsh                 4.0.4-1             

    Any suggestion ?

    Thanks & Regards
    BS



----------------------------------------------------------------------------
    Join the world's largest e-mail service with MSN Hotmail. Click Here
    _______________________________________________ jdev mailing list jdev at jabber.org http://mailman.jabber.org/listinfo/jdev


  ---------------------------------------------------------------------------------------------------------------
  Clearswift monitors, controls and protects all its messaging traffic in 
  compliance with its corporate email policy using Clearswift products. 
  Find out more about Clearswift, its solutions and services at 
  www.clearswift.com.
  ***********************************************************************************
  This communication is confidential and may contain privileged 
  information intended solely for the named addressee(s). It may not 
  be used or disclosed except for the purpose for which it has been 
  sent. If you are not the intended recipient, you must not copy, 
  distribute or take any action in reliance on it. Unless expressly stated, 
  opinions in this message are those of the individual sender and not of 
  Clearswift. If you have received this communication in error, please 
  notify Clearswift by emailing support at clearswift.com quoting the 
  sender and delete the message and any attached documents. Clearswift 
  accepts no liability or responsibility for any onward transmission or use of
  emails and attachments having left the Clearswift domain.

  This footnote confirms that this email message has been swept by 
  MIMEsweeper for Content Security threats, including computer viruses.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20020620/dbeb66ff/attachment-0002.htm>


More information about the JDev mailing list