public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* perl-5.8.1 debugging version available
@ 2003-09-27 19:49 Gerrit P. Haase
  2003-09-28  4:16 ` Charles Wilson
  2003-09-30 15:44 ` Changed: " Gerrit P. Haase
  0 siblings, 2 replies; 4+ messages in thread
From: Gerrit P. Haase @ 2003-09-27 19:49 UTC (permalink / raw)
  To: cygwin

Hallo,

Now after perl-5.8.1 was finally released, I've made a debugging
version available at first.  This will not be distributed via the
Cygwin mirrors and is not installable via setup.exe.

But you can fetch it from the CPAN mirror which is nearest to you:

  $CPAN/authors/id/G/GE/GERRIT/CHECKSUMS
  $CPAN/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2.tar.bz2
  $CPAN/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-src.tar.bz2
  $CPAN/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2
  
where $CPAN is the mirror you select from the list of 238 mirrors
here:  http://www.cpan.org/SITES.html

Extract the perl_debug-5.8.1-2-srctree.tar.bz2 from the Cygwin root
directory, it will create a tree under /tmp/perl/...
Do the same with perl_debug-5.8.1-2.tar.bz2, it will install into
/usr/bin/..., /usr/lib/perl5/... and /usr/share/doc/perl-5.8.1/...

The perl_debug-5.8.1-2-src.tar.bz2 contains all the source packages
and scripts which are needed to rebuild from scratch.

This release is mainly for Nicholas Wourms and other Win98/Cygwin/Perl
users who reported problems with Cygwin Perl releases and who may be
interested in debugging the problems with Perl under Win98 like
systems.

Please try this first release of the final perl-5.8.1 and report back
if it works for you or not.

Some technical information:
It is compiled with gcc-3.3.1 under cygwin-1.5.5, linked against
libcrypt and libutil, some modules are linked against zlib, libdb4 and
libgdbm4, I used the latest binutils.

I'm interested in: i.e.
   - are your favourite modules building?
   - is it possible to build modules using e.g. gcc-3.2?
   - is it possible to run /usr/bin/cpan to install modules (i.e with
     Win98SE/WinME)?
   - your favourite topic here ...


Gerrit
-- 
=^..^=


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: perl-5.8.1 debugging version available
  2003-09-27 19:49 perl-5.8.1 debugging version available Gerrit P. Haase
@ 2003-09-28  4:16 ` Charles Wilson
  2003-09-28 12:41   ` Gerrit P. Haase
  2003-09-30 15:44 ` Changed: " Gerrit P. Haase
  1 sibling, 1 reply; 4+ messages in thread
From: Charles Wilson @ 2003-09-28  4:16 UTC (permalink / raw)
  Cc: cygwin

Gerrit P. Haase wrote:

> Some technical information:
> It is compiled with gcc-3.3.1 under cygwin-1.5.5, linked against
> libcrypt and libutil, some modules are linked against zlib, libdb4 and
> libgdbm4, I used the latest binutils.

Why do you need libutil?  everything in libutil (except for two internal 
symbols) is now part of newlib and is exported by cygwin...

00000000 T _forkpty
00000150 T _endusershell
00000050 T _getusershell
000000f0 T _setusershell
00000110 T _iruserok
00000000 T _ruserok
00000000 T _login_tty
00000084 T _logwtmp
00000000 T _revoke
0000000c T _openpty

--
Chuck




--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: perl-5.8.1 debugging version available
  2003-09-28  4:16 ` Charles Wilson
@ 2003-09-28 12:41   ` Gerrit P. Haase
  0 siblings, 0 replies; 4+ messages in thread
From: Gerrit P. Haase @ 2003-09-28 12:41 UTC (permalink / raw)
  To: Charles Wilson

Hallo Charles,

Am Sonntag, 28. September 2003 um 03:31 schriebst du:

> Gerrit P. Haase wrote:

>> Some technical information:
>> It is compiled with gcc-3.3.1 under cygwin-1.5.5, linked against
>> libcrypt and libutil, some modules are linked against zlib, libdb4 and
>> libgdbm4, I used the latest binutils.

> Why do you need libutil?  everything in libutil (except for two internal 
> symbols) is now part of newlib and is exported by cygwin...

> 00000000 T _forkpty
> 00000150 T _endusershell
> 00000050 T _getusershell
> 000000f0 T _setusershell
> 00000110 T _iruserok
> 00000000 T _ruserok
> 00000000 T _login_tty
> 00000084 T _logwtmp
> 00000000 T _revoke
> 0000000c T _openpty

I just took the defaults, Configure finds it an takes it into account.
I try to build without libutil, iff there are no failings in the
testsuite when building without libutil I make that the default.


Thanks for the hint.

Gerrit
-- 
=^..^=


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Changed: perl-5.8.1 debugging version available
  2003-09-27 19:49 perl-5.8.1 debugging version available Gerrit P. Haase
  2003-09-28  4:16 ` Charles Wilson
@ 2003-09-30 15:44 ` Gerrit P. Haase
  1 sibling, 0 replies; 4+ messages in thread
From: Gerrit P. Haase @ 2003-09-30 15:44 UTC (permalink / raw)
  To: cygwin

Hello,

After I learned now that ftp.cpan.org is a distributed server, you may
use these URLs to get it from your local mirror:

ftp://ftp.cpan.org/authors/id/G/GE/GERRIT/CHECKSUMS
ftp://ftp.cpan.org/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2.tar.bz2
ftp://ftp.cpan.org/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-src.tar.bz2
ftp://ftp.cpan.org/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2


Old infos:
> Now after perl-5.8.1 was finally released, I've made a debugging
> version available at first.  This will not be distributed via the
> Cygwin mirrors and is not installable via setup.exe.

> But you can fetch it from the CPAN mirror which is nearest to you:

>   $CPAN/authors/id/G/GE/GERRIT/CHECKSUMS
>   $CPAN/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2.tar.bz2
>   $CPAN/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-src.tar.bz2
>   $CPAN/authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2
  
> where $CPAN is the mirror you select from the list of 238 mirrors
> here:  http://www.cpan.org/SITES.html

> Extract the perl_debug-5.8.1-2-srctree.tar.bz2 from the Cygwin root
> directory, it will create a tree under /tmp/perl/...
> Do the same with perl_debug-5.8.1-2.tar.bz2, it will install into
> /usr/bin/..., /usr/lib/perl5/... and /usr/share/doc/perl-5.8.1/...

> The perl_debug-5.8.1-2-src.tar.bz2 contains all the source packages
> and scripts which are needed to rebuild from scratch.

> This release is mainly for Nicholas Wourms and other Win98/Cygwin/Perl
> users who reported problems with Cygwin Perl releases and who may be
> interested in debugging the problems with Perl under Win98 like
> systems.

> Please try this first release of the final perl-5.8.1 and report back
> if it works for you or not.

> Some technical information:
> It is compiled with gcc-3.3.1 under cygwin-1.5.5, linked against
> libcrypt and libutil, some modules are linked against zlib, libdb4 and
> libgdbm4, I used the latest binutils.

> I'm interested in: i.e.
>    - are your favourite modules building?
>    - is it possible to build modules using e.g. gcc-3.2?
>    - is it possible to run /usr/bin/cpan to install modules (i.e with
>      Win98SE/WinME)?
>    - your favourite topic here ...


Gerrit
-- 
=^..^=


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-30 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-27 19:49 perl-5.8.1 debugging version available Gerrit P. Haase
2003-09-28  4:16 ` Charles Wilson
2003-09-28 12:41   ` Gerrit P. Haase
2003-09-30 15:44 ` Changed: " Gerrit P. Haase

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).