Mail Archives: cygwin/2001/05/24/17:15:58
Hi,
i'm trying to build a new perl, once again, but today i'm
getting several strange errors:
I configured with:
==================
-de -Dmksymlinks -Dusedevel -Dusemultiplicity
Is it a problem under cygwin if i make symlinks from one diskdrive
to another hardrive, or is it a problem with perl Mksymlinks option?
It works always well if i stayed on the same hdd and same partition.
At beginning of Configure i got this:
=====================================
[...]
First let's make sure your kit is complete. Checking...
Looks good...
[...]
The errors during 'make':
=========================
Making DynaLoader (static)
[...]
gcc: lib/auto/DynaLoader/DynaLoader.a: No such file or directory
make: *** [perl] Error 1
[...]
Making IPC::SysV (dynamic)
Checking if your kit is complete...
Warning: the following files are missing in your kit:
ChangeLog
MANIFEST
Makefile.PL
Msg.pm
README
Semaphore.pm
SysV.pm
SysV.xs
t/msg.t
t/sem.t
Please inform the author.
Processing hints file hints/cygwin.pl
Writing Makefile for IPC::SysV
[...]
It mentions, that Makefile.PL is missing, but it is writing Makefile?
[...]
Making SDBM_File (dynamic)
Writing Makefile for SDBM_File
make[1]: Entering directory `/src/buildperl/ext/SDBM_File'
make[1]: Leaving directory `/src/buildperl/ext/SDBM_File'
make[1]: Entering directory `/src/buildperl/ext/SDBM_File'
make[1]: *** No rule to make target `sdbm/Makefile', needed by `sdbm/libsdbm.a'.
[...]
In ext/SDBM_File/sdbm, the Makefile isn't generated.
[...]
Making Storable (dynamic)
Checking if your kit is complete...
Warning: the following files are missing in your kit:
ChangeLog
MANIFEST
Makefile.PL
README
Storable.pm
Storable.xs
Please inform the author.
Writing Makefile for Storable
[...]
It is definitivly not one file missing:
$ ls -lR buildperl/ext/Storable
buildperl/ext/Storable:
total 24
lrwxrwxrwx 1 Siebensc Administ 186 May 24 19:00 ChangeLog -> /ftproot/pub/mirror/bleadperl/ext/Storable/ChangeLog
lrwxrwxrwx 1 Siebensc Administ 184 May 24 19:00 MANIFEST -> /ftproot/pub/mirror/bleadperl/ext/Storable/MANIFEST
-rw-r--r-- 1 Siebensc Administ 17557 May 24 20:32 Makefile
lrwxrwxrwx 1 Siebensc Administ 190 May 24 19:00 Makefile.PL -> /ftproot/pub/mirror/bleadperl/ext/Storable/Makefile.PL
lrwxrwxrwx 1 Siebensc Administ 180 May 24 19:00 README -> /ftproot/pub/mirror/bleadperl/ext/Storable/README
lrwxrwxrwx 1 Siebensc Administ 190 May 24 19:00 Storable.pm -> /ftproot/pub/mirror/bleadperl/ext/Storable/Storable.pm
lrwxrwxrwx 1 Siebensc Administ 190 May 24 19:00 Storable.xs -> /ftproot/pub/mirror/bleadperl/ext/Storable/Storable.xs
-rw-rw-rw- 1 Siebensc Administ 0 May 24 20:33 pm_to_blib
$ ls -lR buildperl/ext/IPC/SysV
buildperl/ext/IPC/SysV:
total 26
lrwxrwxrwx 1 Siebensc Administ 186 May 24 18:59 ChangeLog -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/ChangeLog
lrwxrwxrwx 1 Siebensc Administ 184 May 24 18:59 MANIFEST -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/MANIFEST
-rw-r--r-- 1 Siebensc Administ 18089 May 24 20:25 Makefile
lrwxrwxrwx 1 Siebensc Administ 190 May 24 18:59 Makefile.PL -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/Makefile.PL
lrwxrwxrwx 1 Siebensc Administ 180 May 24 18:59 Msg.pm -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/Msg.pm
lrwxrwxrwx 1 Siebensc Administ 180 May 24 18:59 README -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/README
lrwxrwxrwx 1 Siebensc Administ 192 May 24 18:59 Semaphore.pm -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/Semaphore.pm
lrwxrwxrwx 1 Siebensc Administ 182 May 24 18:59 SysV.pm -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/SysV.pm
lrwxrwxrwx 1 Siebensc Administ 182 May 24 18:59 SysV.xs -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/SysV.xs
drwxrwxrwx 2 Siebensc Administ 0 May 24 18:59 hints/
-rw-rw-rw- 1 Siebensc Administ 0 May 24 20:26 pm_to_blib
drwxrwxrwx 2 Siebensc Administ 0 May 24 18:59 t/
buildperl/ext/IPC/SysV/hints:
total 2
lrwxrwxrwx 1 Siebensc Administ 198 May 24 18:59 cygwin.pl -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/hints/cygwin.pl
lrwxrwxrwx 1 Siebensc Administ 198 May 24 18:59 next_3.pl -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/hints/next_3.pl
buildperl/ext/IPC/SysV/t:
total 2
lrwxrwxrwx 1 Siebensc Administ 182 May 24 18:59 msg.t -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/t/msg.t*
lrwxrwxrwx 1 Siebensc Administ 182 May 24 18:59 sem.t -> /ftproot/pub/mirror/bleadperl/ext/IPC/SysV/t/sem.t*
gph
--
=^..^=
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -