This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Two snapshot bugs



My comments are relative to the Oct-08 snapshot on WinNT 4.

+ Performance:
  gcc goes to 99% CPU when running Perl's Configure script and
  overall system interactivity becomes painfully slow.  GNU
  configure's of other packages show similar slowdowns.

+ Restructuring of libm.a, libc.a and libcygwin.a:
  Should be mentioned in the changes list?
  Also, __infinity seems to be multiply-defined:
	/usr/lib/libcygwin.a(ds00023.o)(.text+0x0): multiple definition of
`__infinity'
	/usr/lib/libm.a(s_infconst.o)(.text+0x0): first defined here
  Or I might be doing something wrong.  I'm still struggling
  to get Perl to compile.

+ getcwd() seems to be busted:

	#include <stdio.h>
	main() { printf("getcwd=%s\n", getcwd(NULL, 0)); }

  produces:

	getcwd=(null)

Regards,

Eric Fifer




__________________________________________________________________________________

IMPORTANT: This email is confidential and may also be legally privileged. If you have received this email in error, you are on notice of its status. If you are not the intended recipient, please notify us immediately by reply email or by telephoning Sanwa International plc's IT Helpdesk on +44 (20) 7330 0444. Then delete this email from your system. You should not copy it or use it for any purpose or disclose its contents to any other person.

Any views contained herein, express or implied, are those of the author and may not necessarily reflect those of Sanwa International plc. Sanwa International plc reserves the right to monitor all emails within its network. Email may be susceptible to virus infection, data corruption, interception and unauthorised amendment. Sanwa International plc does not accept liability for any such infection, corruption, interception or amendment or the consequences thereof.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]