Mail Archives: cygwin/2006/08/03/13:32:37
--Boundary_(ID_4M147r0T0ymZYGxTGAC4GQ)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
Hi all,
I am trying to run Httperf tool in Cygwin. The Cygwin and httperf
are both installed on saperate drives on my syteam running win2000 the
steps involved in running httperf in cygwin are
making a build directory and the navigatinig to the build directory and
configuring the tool from the build directory and finally issuing a
make command from the build directory. However I am stuck in the final
step whenever I issue a make command I get the following error:
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:83: warning: no
semicolon at end of struct or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:84: warning: type
defaults to `int' in declaration of `reply_bytes_received'
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:84: warning: data
definition has no type or storage class
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:85: error: parse
error before "footer_bytes_received"
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:85: warning: type
defaults to `int' in declaration of `footer_bytes_received'
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:85: warning: data
definition
has no type or storage class
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:88: error: parse
error before '}' token
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:89: warning: type
defaults to `int' in declaration of `basic'
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:89: warning: data
definition
has no type or storage class
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`perf_sample':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:107: error: request
for memb
er `reply_rate_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:108: error: request
for member `reply_rate_sum2' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:109: error: request
for memb
er `reply_rate_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:110: error: request
for member `reply_rate_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:111: error: request
for member `reply_rate_max' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:112: error: request
for member `reply_rate_max' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:113: error: request
for member `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`conn_timeout':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:124: error: request
for member `num_client_timeouts' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`conn_fail':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:140: error: request
for member `num_sock_fdunavail' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:141: error: request
for member `num_sock_ftabfull' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:142: error: request
for member `num_sock_refused' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:143: error: request
for member `num_sock_timeouts' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:147: error: request
for member `num_sock_reset' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:157: error: request
for member `num_other_errors' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`conn_created':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:166: error: request
for member `max_conns' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:167: error: request
for member `max_conns' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`conn_connecting':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:178: error: request
for member `num_conns_issued' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`conn_connected':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:188: error: request
for member `conn_connect_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:189: error: request
for member `num_connects' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`conn_destroyed':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:205: error: request
for member `conn_lifetime_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:206: error: request
for member `conn_lifetime_sum2' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:207: error: request
for member `conn_lifetime_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:208: error: request
for member `conn_lifetime_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:209: error: request
for member `conn_lifetime_max' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:210: error: request
for member `conn_lifetime_max' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:211: error: request
for member `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:216: error: request
for member `conn_lifetime_hist' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`send_stop':/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:238:
error: request for member `req_bytes_sent' in something not a structure
or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:239: error: request
for member `num_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`recv_start':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:252: error: request
for member `call_response_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:254: error: request
for member `num_responses' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function
`recv_stop':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:266: error: request
for member `call_xfer_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:268: error: request
for memb
er `hdr_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:269: error: request
for memb
er `reply_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:270: error: request
for memb
er `footer_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:274: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function `init':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:285: error: request
for memb
er `conn_lifetime_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:286: error: request
for memb
er `reply_rate_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c: In function `dump':
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:312: error:
`u_wide' undecla
red (first use in this function)
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:312: error: (Each
undeclared
identifier is reported only once
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:312: error: for
each functio
n it appears in.)
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:312: error: parse
error befo
re "total_size"
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:316: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:316: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:317: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:325: error: request
for memb
er `conn_lifetime_hist' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:327: error: request
for memb
er `conn_lifetime_hist' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:330: error: request
for memb
er `conn_lifetime_hist' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:336: error: request
for memb
er `num_conns_issued' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:336: error: request
for memb
er `num_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:341: error: request
for memb
er `num_conns_issued' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:342: error: request
for memb
er `num_conns_issued' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:345: error: request
for memb
er `num_conns_issued' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:345: error: request
for memb
er `max_conns' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:347: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:349: error: request
for memb
er `conn_lifetime_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:349: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:350: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:351: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:351: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:351: error: request
for memb
er `conn_lifetime_sum2' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:351: error: request
for memb
er `conn_lifetime_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:351: error: request
for memb
er `conn_lifetime_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:351: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:351: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:357: error: request
for memb
er `conn_lifetime_hist' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:358: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:367: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:367: error: request
for memb
er `conn_lifetime_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:369: error: request
for memb
er `conn_lifetime_max' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:371: error: request
for memb
er `num_connects' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:372: error: request
for memb
er `conn_connect_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:372: error: request
for memb
er `num_connects' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:375: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:376: error: request
for memb
er `num_lifetimes' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:379: error: request
for memb
er `num_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:380: error: request
for memb
er `num_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:382: error: request
for memb
er `num_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:384: error: request
for memb
er `num_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:385: error: request
for memb
er `req_bytes_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:385: error: request
for memb
er `num_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:390: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:392: error: request
for memb
er `reply_rate_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:392: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:393: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:394: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:394: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:394: error: request
for memb
er `reply_rate_sum2' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:394: error: request
for memb
er `reply_rate_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:394: error: request
for memb
er `reply_rate_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:394: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:394: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:400: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:400: error: request
for memb
er `reply_rate_min' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:401: error: request
for memb
er `reply_rate_max' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:402: error: request
for memb
er `num_reply_rates' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:404: error: request
for memb
er `num_responses' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:405: error: request
for memb
er `call_response_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:405: error: request
for memb
er `num_responses' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:407: error: request
for memb
er `call_xfer_sum' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:413: error: request
for memb
er `hdr_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:414: error: request
for memb
er `reply_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:415: error: request
for memb
er `footer_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:422: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:422: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:422: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:423: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:423: error: request
for memb
er `num_replies' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:435: error:
`total_size' und
eclared (first use in this function)
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:435: error: request
for memb
er `req_bytes_sent' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:436: error: request
for memb
er `hdr_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:436: error: request
for memb
er `reply_bytes_received' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:445: error: request
for memb
er `num_client_timeouts' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:445: error: request
for memb
er `num_sock_timeouts' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:446: error: request
for memb
er `num_sock_fdunavail' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:446: error: request
for memb
er `num_sock_ftabfull' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:447: error: request
for memb
er `num_sock_refused' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:447: error: request
for memb
er `num_sock_reset' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:448: error: request
for memb
er `num_sock_addrunavail' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:448: error: request
for memb
er `num_other_errors' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:449: error: request
for memb
er `num_client_timeouts' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:449: error: request
for memb
er `num_sock_timeouts' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:450: error: request
for memb
er `num_sock_refused' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:450: error: request
for memb
er `num_sock_reset' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:451: error: request
for memb
er `num_sock_fdunavail' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:451: error: request
for memb
er `num_sock_addrunavail' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:452: error: request
for memb
er `num_sock_ftabfull' in something not a structure or union
/cygdrive/d/Abhi/http/test/httperf-0.8/stat/basic.c:452: error: request
for memb
er `num_other_errors' in something not a structure or union
make[1]: *** [basic.o] Error 1
make[1]: Leaving directory `/home/Abhi/build/stat'
make: *** [all-recursive] Error 1
The config.txt file give this message
"This file contains any messages produced by compilers while
running configure, to aid
debugging if configure makes a mistake.
configure:548: checking for gcc
configure:661: checking whether the C compiler (gcc ) works
configure:677: gcc -o conftest -DNDEBUG -D_GNU_SOURCE -
D_XOPEN_SOURCE conftest.c 1>&5
configure:703: checking whether the C compiler (gcc ) is a cross-
compiler
configure:708: checking whether we are using GNU C
configure:736: checking whether gcc accepts -g
configure:798: checking for a BSD compatible install
configure:851: checking whether make sets ${MAKE}
configure:880: checking for ranlib
configure:908: checking how to run the C preprocessor
configure:989: checking whether gcc needs -traditional
configure:1062: checking host system type
configure:1083: checking target system type
configure:1101: checking build system type
configure:1140: checking for main in -lm
configure:1183: checking for main in -lcrypto
configure:1226: checking for SSL_version in -lssl
configure:1275: checking for ANSI C header files
configure:1382: checking for fcntl.h
configure:1382: checking for sys/ioctl.h
configure:1382: checking for sys/time.h
configure:1382: checking for unistd.h
configure:1382: checking for openssl/ssl.h
configure:1429: checking for working const
configure:1504: checking for size_t
configure:1537: checking for long long type
configure:1575: checking whether time.h and sys/time.h may both be
included
configure:1610: checking size of long
configure:1649: checking for u_char
configure:1682: checking for u_short
configure:1715: checking for u_int
configure:1748: checking for u_long
configure:1784: checking for working alloca.h
configure:1817: checking for alloca
configure:2019: checking for unistd.h
configure:2058: checking for getpagesize
configure:2111: checking for working mmap
configure:2282: checking return type of signal handlers
configure:2323: checking for vprintf
configure:2431: checking for gettimeofday
configure:2431: checking for select
configure:2431: checking for socket
configure:2431: checking for strdup
configure:2431: checking for strerror
configure:2431: checking for strtod
configure:2431: checking for strtol
configure:2431: checking for strtoul
configure:2431: checking for getopt_long
"
I am also attaching the cygcheck.out file below. Any kind of help is
deeply appreciated. Thanking you in advance.
--Boundary_(ID_4M147r0T0ymZYGxTGAC4GQ)
Content-type: text/plain; NAME=cygcheck.out
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=cygcheck.out
Cygwin Configuration Diagnostics
Current System Time: Fri Jul 28 13:42:58 2006
Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4
Path: C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
d:\oracle\ora92\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\j2sdk1.4.2_03\bin
c:\Program Files\Common Files\Adaptec Shared\System
c:\Program Files\QuickTime\QTSystem\
c:\Program Files\SSH Communications Security\SSH Secure Shell
Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1004(Abhi) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1004(Abhi) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
SysDir: C:\WINNT\system32
WinDir: C:\WINNT
USER = 'Abhi'
PWD = '/home/Abhi/build'
HOME = '/home/Abhi'
MAKE_MODE = 'unix'
HOMEPATH = '\Documents and Settings\Abhi'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = 'C:\Documents and Settings\Abhi\Application Data'
HOSTNAME = 'vdatla'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 9, GenuineIntel'
WINDIR = 'C:\WINNT'
QTDIR = '/usr/lib/qt3'
OLDPWD = '/home/Abhi'
USERDOMAIN = 'VDATLA'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users.WINNT'
OS2LIBPATH = 'C:\WINNT\system32\os2\dll;'
!:: = '::\'
TEMP = '/cygdrive/c/DOCUME~1/Abhi/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
QTJAVA = 'C:\Program Files\Java\j2re1.4.2_08\lib\ext\QTJava.zip'
USERNAME = 'Abhi'
PROCESSOR_LEVEL = '15'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and Settings\Abhi'
QMAKESPEC = '/usr/lib/qt3/mkspecs/cygwin-g++'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\VDATLA'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\cygwin\bin'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
PROMPT = '$P$G'
COMSPEC = 'C:\WINNT\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/Abhi/LOCALS~1/Temp'
SYSTEMROOT = 'C:\WINNT'
PRINTER = 'Microsoft Office Document Image Writer'
CVS_RSH = '/bin/ssh'
PROCESSOR_REVISION = '0209'
CLASSPATH = '.;C:\Program Files\Java\j2re1.4.2_08\lib\ext\QTJava.zip'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
NUMBER_OF_PROCESSORS = '1'
COMPUTERNAME = 'VDATLA'
_ = '/usr/bin/cygcheck'
POSIXLY_CORRECT = '1'
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_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) = 'C:\cygwin'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
(default) = 'C:\cygwin/bin'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
(default) = 'C:\cygwin/lib'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
a: fd N/A N/A
c: hd FAT32 29981Mb 93% CP UN
d: hd FAT32 29981Mb 83% CP UN
e: cd N/A N/A
f: cd N/A N/A
g: cd N/A N/A
C:\cygwin / system binmode
C:\cygwin/bin /usr/bin system binmode
C:\cygwin/lib /usr/lib system binmode
. /cygdrive system binmode,cygdrive
Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Not Found: perl
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Not Found: vim
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
"cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57
56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
"cygbz2-1.dll" v0.0 ts=2005/7/9 1:09
7k 2005/11/20 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
"cygcharset-1.dll" v0.0 ts=2005/11/19 21:24
19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
"cyggdbm.dll" v0.0 ts=2002/2/19 22:05
28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
"cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58
15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
"cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00
30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
"cyggdbm-4.dll" v0.0 ts=2003/8/10 22:12
15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
"cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 22:13
947k 2005/11/20 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
"cygiconv-2.dll" v0.0 ts=2005/11/19 21:24
21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
"cygintl.dll" v0.0 ts=2001/6/20 13:09
22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
"cygintl-1.dll" v0.0 ts=2001/12/13 4:28
37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
"cygintl-2.dll" v0.0 ts=2003/8/10 17:50
31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
"cygintl-3.dll" v0.0 ts=2005/11/19 21:04
45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
"cygform5.dll" v0.0 ts=2001/4/25 1:28
26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
"cygmenu5.dll" v0.0 ts=2001/4/25 1:27
156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
"cygncurses++5.dll" v0.0 ts=2001/4/25 1:29
226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
"cygncurses5.dll" v0.0 ts=2001/4/25 1:17
15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
"cygpanel5.dll" v0.0 ts=2001/4/25 1:27
35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
"cygform6.dll" v0.0 ts=2002/1/9 1:03
20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
"cygmenu6.dll" v0.0 ts=2002/1/9 1:03
175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
"cygncurses++6.dll" v0.0 ts=2002/1/9 1:03
202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
"cygncurses6.dll" v0.0 ts=2002/1/9 1:03
12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
"cygpanel6.dll" v0.0 ts=2002/1/9 1:03
48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
"cygform7.dll" v0.0 ts=2003/8/9 5:25
29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
"cygmenu7.dll" v0.0 ts=2003/8/9 5:25
224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
"cygncurses7.dll" v0.0 ts=2003/8/9 5:24
19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
"cygpanel7.dll" v0.0 ts=2003/8/9 5:24
40k 2006/03/24 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
"cygform-8.dll" v0.0 ts=2006/3/24 2:16
21k 2006/03/24 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
"cygmenu-8.dll" v0.0 ts=2006/3/24 2:16
67k 2006/03/24 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
"cygncurses++-8.dll" v0.0 ts=2006/3/24 2:17
227k 2006/03/24 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
"cygncurses-8.dll" v0.0 ts=2006/3/23 23:51
12k 2006/03/24 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
"cygpanel-8.dll" v0.0 ts=2006/3/24 2:16
176k 2005/09/06 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
"cygpcre-0.dll" v0.0 ts=2005/9/6 16:49
299k 2005/09/06 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
"cygpcrecpp-0.dll" v0.0 ts=2005/9/6 17:26
6k 2005/09/06 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
"cygpcreposix-0.dll" v0.0 ts=2005/9/6 17:26
22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
"cygpopt-0.dll" v0.0 ts=2002/6/9 1:45
17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
"cyghistory4.dll" v0.0 ts=2001/1/6 23:34
108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
"cygreadline4.dll" v0.0 ts=2001/1/6 23:34
29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
"cyghistory5.dll" v0.0 ts=2003/8/10 19:16
148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
"cygreadline5.dll" v0.0 ts=2003/8/10 19:16
24k 2006/03/25 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
"cyghistory6.dll" v0.0 ts=2006/3/25 9:05
152k 2006/03/25 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
"cygreadline6.dll" v0.0 ts=2006/3/25 9:05
65k 2005/08/23 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
"cygz.dll" v0.0 ts=2005/8/22 22:03
529k 2004/06/27 C:\cygwin\bin\cygcppunit-1-9-14.dll - os=4.0 img=1.0 sys=4.0
"cygcppunit-1-9-14.dll" v0.0 ts=2004/6/26 21:29
174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
"cygexpat-0.dll" v0.0 ts=2004/10/14 4:34
654k 2003/11/04 C:\cygwin\bin\cygfltknox-0.dll - os=4.0 img=1.0 sys=4.0
"cygfltknox-0.dll" v0.0 ts=2003/11/4 16:57
65k 2003/11/04 C:\cygwin\bin\cygfltknox_forms-0.dll - os=4.0 img=1.0 sys=4.0
"cygfltknox_forms-0.dll" v0.0 ts=2003/11/4 16:57
81k 2003/11/04 C:\cygwin\bin\cygfltknox_gl-0.dll - os=4.0 img=1.0 sys=4.0
"cygfltknox_gl-0.dll" v0.0 ts=2003/11/4 16:58
108k 2003/11/04 C:\cygwin\bin\cygfltknox_images-0.dll - os=4.0 img=1.0 sys=4.0
"cygfltknox_images-0.dll" v0.0 ts=2003/11/4 16:58
135k 2005/03/16 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
"cygglib-1-2-0.dll" v0.0 ts=2005/3/15 21:16
12k 2005/03/16 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
"cyggmodule-1-2-0.dll" v0.0 ts=2005/3/15 21:18
10k 2005/03/16 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
"cyggthread-1-2-0.dll" v0.0 ts=2005/3/15 21:18
91k 2005/11/11 C:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0
"cygapr-0-0.dll" v0.0 ts=2005/11/11 10:03
103k 2006/06/05 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygapr-1-0.dll" v0.0 ts=2006/6/5 12:25
67k 2005/11/11 C:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0
"cygaprutil-0-0.dll" v0.0 ts=2005/11/11 11:55
70k 2006/06/05 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygaprutil-1-0.dll" v0.0 ts=2006/6/5 18:06
895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
"cygdb-4.2.dll" v0.0 ts=2004/4/27 11:31
1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
"cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 11:35
129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
"cygfontconfig-1.dll" v0.0 ts=2004/3/10 19:12
375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
"cygfreetype-6.dll" v0.0 ts=2005/9/6 18:51
132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
"cygjpeg-62.dll" v0.0 ts=2003/8/10 20:37
91k 2005/11/24 C:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0
"cygneon-24.dll" v0.0 ts=2005/11/24 7:21
90k 2006/01/25 C:\cygwin\bin\cygneon-25.dll - os=4.0 img=1.0 sys=4.0
"cygneon-25.dll" v0.0 ts=2006/1/25 6:02
230k 2005/07/11 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
"cygpng12.dll" v0.0 ts=2005/7/11 19:50
1430k 2005/11/18 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
"cygxml2-2.dll" v0.0 ts=2005/11/18 12:48
21k 2004/10/22 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0
"cygminires.dll" v0.0 ts=2004/10/22 16:28
1050k 2006/06/01 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
"cygcrypto-0.9.8.dll" v0.0 ts=2006/6/1 12:08
214k 2006/06/01 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
"cygssl-0.9.8.dll" v0.0 ts=2006/6/1 12:08
1108k 2006/06/01 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
"cygcrypto-0.9.7.dll" v0.0 ts=2006/6/1 11:50
230k 2006/06/01 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
"cygssl-0.9.7.dll" v0.0 ts=2006/6/1 11:50
94k 2006/02/17 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
"cygpq.dll" v0.0 ts=2006/2/17 2:21
6018k 2005/08/11 C:\cygwin\bin\cygqt-mt-3.dll - os=4.0 img=1.0 sys=4.0
"cygqt-mt-3.dll" v0.0 ts=2005/8/11 18:06
202k 2005/08/11 C:\cygwin\bin\cygqui-1.dll - os=4.0 img=1.0 sys=4.0
"cygqui-1.dll" v0.0 ts=2005/8/11 18:13
203k 2006/03/14 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_client-1-0.dll" v0.0 ts=2006/3/14 12:13
45k 2006/03/14 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_delta-1-0.dll" v0.0 ts=2006/3/14 12:07
38k 2006/03/14 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_diff-1-0.dll" v0.0 ts=2006/3/14 12:12
30k 2006/03/14 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_fs-1-0.dll" v0.0 ts=2006/3/14 12:09
172k 2006/03/14 C:\cygwin\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_fs_base-1-0.dll" v0.0 ts=2006/3/14 12:08
127k 2006/03/14 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_fs_fs-1-0.dll" v0.0 ts=2006/3/14 12:07
21k 2006/03/14 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_ra-1-0.dll" v0.0 ts=2006/3/14 12:13
133k 2006/03/14 C:\cygwin\bin\cygsvn_ra_dav-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_ra_dav-1-0.dll" v0.0 ts=2006/3/14 12:12
42k 2006/03/14 C:\cygwin\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_ra_local-1-0.dll" v0.0 ts=2006/3/14 12:09
87k 2006/03/14 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_ra_svn-1-0.dll" v0.0 ts=2006/3/14 12:10
150k 2006/03/14 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_repos-1-0.dll" v0.0 ts=2006/3/14 12:09
187k 2006/03/14 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_subr-1-0.dll" v0.0 ts=2006/3/14 12:07
200k 2006/03/14 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
"cygsvn_wc-1-0.dll" v0.0 ts=2006/3/14 12:12
1831k 2006/07/01 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
"cygwin1.dll" v0.0 ts=2006/7/1 2:22
Cygwin DLL version info:
DLL version: 1.5.20
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 156
Shared data: 4
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:
Build date: Sat Jul 1 02:22:36 EDT 2006
Shared id: cygwin1S4
56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
"cygXft-1.dll" v0.0 ts=2003/11/17 20:42
63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
"cygXft-2.dll" v0.0 ts=2004/3/23 17:20
36k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
"cygFS-6.dll" v0.0 ts=2005/2/23 9:34
358k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
"cygGL-1.dll" v0.0 ts=2005/2/23 9:39
438k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
"cygGLU-1.dll" v0.0 ts=2005/2/23 9:41
75k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
"cygICE-6.dll" v0.0 ts=2005/2/23 9:28
1413k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
"cygOSMesa-4.dll" v0.0 ts=2005/2/23 9:39
30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
"cygSM-6.dll" v0.0 ts=2005/2/23 9:28
877k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
"cygX11-6.dll" v0.0 ts=2005/2/23 9:28
8k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
"cygXRes-1.dll" v0.0 ts=2005/2/23 9:43
27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
"cygXTrap-6.dll" v0.0 ts=2005/2/23 9:43
254k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
"cygXaw-6.dll" v0.0 ts=2005/2/23 9:31
356k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
"cygXaw-7.dll" v0.0 ts=2005/2/23 9:32
363k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
"cygXaw-8.dll" v0.0 ts=2005/2/23 9:33
9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
"cygXcomposite-1.dll" v0.0 ts=2005/2/23 9:44
30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
"cygXcursor-1.dll" v0.0 ts=2005/2/23 9:43
9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
"cygXdamage-1.dll" v0.0 ts=2005/2/23 9:44
7k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0
"cygXevie-1.dll" v0.0 ts=2005/2/23 9:43
49k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
"cygXext-6.dll" v0.0 ts=2005/2/23 9:28
16k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
"cygXfixes-3.dll" v0.0 ts=2005/2/23 9:43
27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
"cygXi-6.dll" v0.0 ts=2005/2/23 9:34
76k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
"cygXmu-6.dll" v0.0 ts=2005/2/23 9:30
11k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
"cygXmuu-1.dll" v0.0 ts=2005/2/23 9:30
26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
"cygXp-6.dll" v0.0 ts=2005/2/23 9:31
52k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
"cygXpm-4.dll" v0.0 ts=2005/2/23 9:30
12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
"cygXrandr-2.dll" v0.0 ts=2005/2/23 9:43
28k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
"cygXrender-1.dll" v0.0 ts=2005/2/23 9:42
282k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
"cygXt-6.dll" v0.0 ts=2005/2/23 9:29
17k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
"cygXtst-6.dll" v0.0 ts=2005/2/23 9:34
243k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
"cygdps-1.dll" v0.0 ts=2005/2/23 9:42
26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
"cygdpstk-1.dll" v0.0 ts=2005/2/23 9:42
21k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
"cygfontenc-1.dll" v0.0 ts=2005/2/23 9:45
9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
"cygoldX-6.dll" v0.0 ts=2005/2/23 9:28
20k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
"cygpsres-1.dll" v0.0 ts=2005/2/23 9:42
125k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
"cygxkbfile-1.dll" v0.0 ts=2005/2/23 9:34
12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
"cygxkbui-1.dll" v0.0 ts=2005/2/23 9:34
40k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0
"cygxrx-6.dll" v0.0 ts=2005/2/23 9:53
25k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0
"cygxrxnest-6.dll" v0.0 ts=2005/2/23 9:53
Can't find the cygrunsrv utility, skipping services check.
Cygwin Package Information
Last downloaded files to: C:\
Last downloaded files from: ftp://ring.aist.go.jp/archives/pc/gnu-win32
Package Version
_update-info-dir 00403-1
alternatives 1.3.20a-2
ash 20040127-3
astyle 1.15.3-3
base-files 3.7-1
base-passwd 2.2-1
bash 3.1-6
bashdb 3.1_0.05-1
binutils 20050610-1
boost 1.33.1-2
boost-devel 1.33.1-2
bzip2 1.0.3-1
c-client 2002e-3
ccache 2.2-1
ccdoc 0.8.41-2
check 0.9.1-1
coreutils 5.97-1
cppunit 1.9.14-1
crypt 1.1-1
ctags 5.6-1
cygutils 1.3.0-1
cygwin 1.5.20-1
cygwin-doc 1.4-3
dejagnu 20021217-2
diffutils 2.8.7-1
editrights 1.01-1
ELFIO 1.0.2-1
expat 1.95.8-1
expect 20030128-1
findutils 4.2.27-1
fltk 1.1.4-2
fontconfig 2.2.2-1
freetype2 2.1.9-1
gawk 3.1.5-4
gcc 3.4.4-1
gcc-ada 3.4.4-1
gcc-core 3.4.4-1
gcc-g++ 3.4.4-1
gcc-java 3.4.4-1
gcc-mingw-ada 20050522-1
gcc-mingw-core 20050522-1
gcc-mingw-g++ 20050522-1
gcc-mingw-java 20050522-1
gcc-mingw-objc 20050522-1
gcc-objc 3.4.4-1
gdbm 1.8.3-7
gettext 0.14.5-1
glib 1.2.10-3
glib-devel 1.2.10-3
grep 2.5.1a-2
groff 1.18.1-2
gzip 1.3.5-2
indent 2.2.9-1
less 381-1
libapr0 0.9.7-1
libapr1 1.2.7-1
libaprutil0 0.9.7-1
libaprutil1 1.2.7-1
libbz2_1 1.0.3-1
libcharset1 1.9.2-2
libdb4.2 4.2.52-1
libfontconfig1 2.2.2-1
libfreetype26 2.1.9-1
libgdbm 1.8.0-5
libgdbm-devel 1.8.3-7
libgdbm3 1.8.3-3
libgdbm4 1.8.3-7
libiconv 1.9.2-2
libiconv2 1.9.2-2
libintl 0.10.38-3
libintl1 0.10.40-1
libintl2 0.12.1-3
libintl3 0.14.5-1
libjpeg62 6b-11
libncurses5 5.2-1
libncurses6 5.2-8
libncurses7 5.3-4
libncurses8 5.5-2
libneon24 0.24.7-2
libneon25 0.25.5-1
libpcre0 6.3-1
libpng12 1.2.8-2
libpopt0 1.6.4-4
libreadline4 4.1-2
libreadline5 4.3-5
libreadline6 5.1-5
libXft 2.1.6-1
libXft1 1.0.0-1
libXft2 2.1.6-1
libxml2 2.6.22-1
login 1.9-7
make 3.80-1
man 1.5p-1
mingw-runtime 3.10-1
minires 1.00-1
mktemp 1.5-3
ncurses 5.5-2
openssl 0.9.8b-1
openssl-devel 0.9.8b-1
openssl097 0.9.7j-1
pcre 6.3-1
pcre-devel 6.3-1
pcre-doc 6.3-1
postgresql 8.0.7-1
python 2.4.3-1
qt3 3.3.4-2
qt3-devel 3.3.4-2
run 1.1.10-1
sed 4.1.5-1
subversion 1.3.0-1
subversion-devel 1.3.0-1
tar 1.15.1-4
tcltk 20030901-1
termcap 20050421-1
terminfo 5.5_20060323-1
texinfo 4.8-3
uw-imap 2002e-3
w32api 3.7-1
which 1.7-1
X-startup-scripts 1.0.11-1
xorg-x11-base 6.8.2.0-1
xorg-x11-bin 6.8.2.0-1
xorg-x11-bin-dlls 6.8.2.0-1
xorg-x11-bin-lndir 6.8.2.0-1
xorg-x11-etc 6.8.2.0-1
xorg-x11-fenc 6.8.1.0-2
xorg-x11-fnts 6.8.1.0-3
xorg-x11-libs-data 6.8.2.0-1
xorg-x11-xwin 6.8.2.0-4
xterm 202-1
zlib 1.2.3-1
Use -h to see help about each section
--Boundary_(ID_4M147r0T0ymZYGxTGAC4GQ)
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--Boundary_(ID_4M147r0T0ymZYGxTGAC4GQ)--
- Raw text -