public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problems compiling Compress::Zlib under Perl.
@ 2001-04-25  1:16 RUMBLE, PHIL (A-Scotland, ex1)
  2001-04-25  2:55 ` AW: " Ralf Habacker
  0 siblings, 1 reply; 7+ messages in thread
From: RUMBLE, PHIL (A-Scotland, ex1) @ 2001-04-25  1:16 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

People,

I keep getting this error. Any clues?



$ make
gcc -c -I/usr/include -DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO
-fno-strict-aliasing -DUSEIMPORTLIB -O2   -DVERSION=\"1.11\"
-DXS_VERSION=\"1.11\"  -I/usr/lib/perl5/5.6.1/cygwin/CORE  Zlib.c
Running Mkbootstrap for Compress::Zlib ()
chmod 644 Zlib.bs
rm -f blib/arch/auto/Compress/Zlib/Zlib.dll
LD_RUN_PATH="/usr/local/lib" ld2 -o blib/arch/auto/Compress/Zlib/Zlib.dll
-s -L/usr/local/lib Zlib.o   /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
-L/lib -lz
dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
--export-all-symbols --as as --output-def libZlib.def --output-lib libZlib.a
\
 -s -L/usr/local/lib Zlib.o /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
-L/lib -lz
dllwrap: no export definition file provided
dllwrap: creating one, but that may not be what you want
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/../../../../i686-pc-cygwin/bin/ld:
cannot find -luser32
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
perlld: *** system() failed to execute
dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
--export-all-symbols --as as --output-def libZlib.def --output-lib libZlib.a
\
 -s -L/usr/local/lib Zlib.o /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
-L/lib -lz

make: *** [blib/arch/auto/Compress/Zlib/Zlib.dll] Error 1

Thanks in Advance

Rumble

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* AW: Problems compiling Compress::Zlib under Perl.
  2001-04-25  1:16 Problems compiling Compress::Zlib under Perl RUMBLE, PHIL (A-Scotland, ex1)
@ 2001-04-25  2:55 ` Ralf Habacker
  0 siblings, 0 replies; 7+ messages in thread
From: Ralf Habacker @ 2001-04-25  2:55 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]

Add --driver-flags -Wl,--verbose or --driver-flags -v to the dllwrap command
line to see which libs are explicit added

Regards

Ralf Habacker
EMail: Ralf.Habacker@freenet.de
       Ralf.Habacker@saght.tessag.com

> -----Ursprüngliche Nachricht-----
> Von: cygwin-owner@sources.redhat.com
> [ mailto:cygwin-owner@sources.redhat.com]Im Auftrag von RUMBLE,PHIL
> (A-Scotland,ex1)
> Gesendet am: Mittwoch, 25. April 2001 10:16
> An: 'cygwin@sourceware.cygnus.com'
> Betreff: Problems compiling Compress::Zlib under Perl.
>
> People,
>
> I keep getting this error. Any clues?
>
>
>
> $ make
> gcc -c -I/usr/include -DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO
> -fno-strict-aliasing -DUSEIMPORTLIB -O2   -DVERSION=\"1.11\"
> -DXS_VERSION=\"1.11\"  -I/usr/lib/perl5/5.6.1/cygwin/CORE  Zlib.c
> Running Mkbootstrap for Compress::Zlib ()
> chmod 644 Zlib.bs
> rm -f blib/arch/auto/Compress/Zlib/Zlib.dll
> LD_RUN_PATH="/usr/local/lib" ld2 -o blib/arch/auto/Compress/Zlib/Zlib.dll
> -s -L/usr/local/lib Zlib.o
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
> -L/lib -lz
> dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libZlib.def
> --output-lib libZlib.a
> \
>  -s -L/usr/local/lib Zlib.o
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
> -L/lib -lz
> dllwrap: no export definition file provided
> dllwrap: creating one, but that may not be what you want
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/../../../../i686-pc-cygwi
> n/bin/ld:
> cannot find -luser32
> collect2: ld returned 1 exit status
> dllwrap: gcc exited with status 1
> perlld: *** system() failed to execute
> dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libZlib.def
> --output-lib libZlib.a
> \
>  -s -L/usr/local/lib Zlib.o
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
> -L/lib -lz
>
> make: *** [blib/arch/auto/Compress/Zlib/Zlib.dll] Error 1
>
> Thanks in Advance
>
> Rumble
>
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
>
>


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Problems compiling Compress::Zlib under Perl.
  2001-04-26  1:05 Neil Lunn
@ 2001-04-26 11:26 ` Christopher Faylor
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2001-04-26 11:26 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

On Thu, Apr 26, 2001 at 06:06:59PM +1000, Neil Lunn wrote:
>I had a look at the latest binutils release, but this appears only to be
>cleared up currently by having the libaries in /usr/lib. A prior release of
>w32api would be a quick fix.

Actually, using the newest binutils would be the quickest and most
appropriate fix.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* RE: Problems compiling Compress::Zlib under Perl.
@ 2001-04-26  1:16 Neil Lunn
  0 siblings, 0 replies; 7+ messages in thread
From: Neil Lunn @ 2001-04-26  1:16 UTC (permalink / raw)
  To: 'RUMBLE, PHIL (A-Scotland, ex1)',
	'cygwin@sourceware.cygnus.com'

> -----Original Message-----
> From: Neil Lunn [ mailto:neillunn@gunz.com.au ]
> Sent: Thursday, April 26, 2001 6:07 PM
> To: 'RUMBLE,PHIL (A-Scotland,ex1)'; 'cygwin@sourceware.cygnus.com'
> Subject: RE: Problems compiling Compress::Zlib under Perl.
> 
> 
> I had a look at the latest binutils release, but this appears 
> only to be
> cleared up currently by having the libaries in /usr/lib. A 
> prior release of
> w32api would be a quick fix.

My mistake. Didn't have the latest release. This is fine with the latest
release.

> 
> > -----Original Message-----
> > From: RUMBLE,PHIL (A-Scotland,ex1) [ mailto:phil_rumble@agilent.com ]
> > Sent: Wednesday, April 25, 2001 7:24 PM
> > To: 'cygwin@sourceware.cygnus.com'
> > Subject: RE: Problems compiling Compress::Zlib under Perl.
> > 
> > 
> > People,
> > 
> > Here is the vebose output.
> > 
> > Thanks
> > 
> > Rumble
> >  
> > $ make
> > Running Dynamic Lib Section
> > rm -f blib/arch/auto/Compress/Zlib/Zlib.dll
> > LD_RUN_PATH="/usr/local/lib" ld2 -o 
> > blib/arch/auto/Compress/Zlib/Zlib.dll
> > -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
> > /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
> > dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> > --export-all-symbols --as as --output-def libZlib.def 
> > --output-lib libZlib.a
> > \
> >  -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
> > /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
> > dllwrap: no export definition file provided
> > dllwrap: creating one, but that may not be what you want
> > GNU ld version 2.10.91 (with BFD 2.10.91)
> >   Supported emulations:
> >    i386pe
> > using internal linker script:
> > ==================================================
> > OUTPUT_FORMAT(pei-i386)
> > SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);
> > SEARCH_DIR(/usr/i686-pc-cygwin/lib);
> > ENTRY(_mainCRTStartup)
> > SECTIONS
> > {
> >   .text  __image_base__ + __section_alignment__  :
> >   {
> >      *(.init)
> >     *(.text)
> >     *(SORT(.text$*))
> >     *(.glue_7t)
> >     *(.glue_7)
> >      ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
> >                         LONG (-1); *(.ctors); *(.ctor); LONG (0);
> >      ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
> >                         LONG (-1); *(.dtors); *(.dtor);  LONG (0);
> >      *(.fini)
> >     /* ??? Why is .gcc_exc here?  */
> >      *(.gcc_exc)
> >      etext = .;
> >     *(.gcc_except_table)
> >   }
> >   /* The Cygwin32 library uses a section to avoid copying 
> certain data
> >      on fork.  This used to be named ".data".  The linker used
> >      to include this between __data_start__ and 
> __data_end__, but that
> >      breaks building the cygwin32 dll.  Instead, we name the section
> >      ".data_cygwin_nocopy" and explictly include it after 
> > __data_end__. */
> >   .data BLOCK(__section_alignment__) :
> >   {
> >     __data_start__ = . ;
> >     *(.data)
> >     *(.data2)
> >     *(SORT(.data$*))
> >     __data_end__ = . ;
> >     *(.data_cygwin_nocopy)
> >   }
> >   .rdata BLOCK(__section_alignment__) :
> >   {
> >     *(.rdata)
> >     *(SORT(.rdata$*))
> >     *(.eh_frame)
> >   }
> >   .pdata BLOCK(__section_alignment__) :
> >   {
> >     *(.pdata)
> >   }
> >   .bss BLOCK(__section_alignment__) :
> >   {
> >     __bss_start__ = . ;
> >     *(.bss)
> >     *(COMMON)
> >     __bss_end__ = . ;
> >   }
> >   .edata BLOCK(__section_alignment__) :
> >   {
> >     *(.edata)
> >   }
> >   /DISCARD/ :
> >   {
> >     *(.debug$S)
> >     *(.debug$T)
> >     *(.debug$F)
> >     *(.drectve)
> >   }
> >   .idata BLOCK(__section_alignment__) :
> >   {
> >     /* This cannot currently be handled with grouped sections.
> >         See pe.em:sort_sections.  */
> >     SORT(*)(.idata$2)
> >     SORT(*)(.idata$3)
> >     /* These zeroes mark the end of the import list.  */
> >     LONG (0); LONG (0); LONG (0); LONG (0); LONG (0);
> >     SORT(*)(.idata$4)
> >     SORT(*)(.idata$5)
> >     SORT(*)(.idata$6)
> >     SORT(*)(.idata$7)
> >   }
> >   .CRT BLOCK(__section_alignment__) :
> >   {
> >     *(SORT(.CRT$*))
> >   }
> >   .endjunk BLOCK(__section_alignment__) :
> >   {
> >     /* end is deprecated, don't use it */
> >      end = .;
> >      _end = .;
> >      __end__ = .;
> >   }
> >   .rsrc BLOCK(__section_alignment__) :
> >   {
> >     *(.rsrc)
> >     *(SORT(.rsrc$*))
> >   }
> >   .reloc BLOCK(__section_alignment__) :
> >   {
> >     *(.reloc)
> >   }
> >   .stab BLOCK(__section_alignment__) (NOLOAD) :
> >   {
> >     [ .stab ]
> >   }
> >   .stabstr BLOCK(__section_alignment__) (NOLOAD) :
> >   {
> >     [ .stabstr ]
> >   }
> > }
> > 
> > 
> > ==================================================
> > attempt to open /usr/lib/crt0.o succeeded
> > /usr/lib/crt0.o
> > attempt to open Zlib.o succeeded
> > Zlib.o
> > attempt to open 
> > /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a succeeded
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00322.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00320.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00156.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00207.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00049.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00176.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00046.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00039.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00344.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00343.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00321.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00341.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00342.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00855.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00863.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00604.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00859.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00853.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01345.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00585.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01336.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01488.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01429.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00787.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01378.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01431.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01381.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01437.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01353.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01374.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01425.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00850.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01413.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01347.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00795.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01391.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00535.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01361.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00869.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00782.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01355.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01415.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01411.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01344.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00618.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)dh.o
> > (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)dt.o
> > attempt to open /usr/local/lib/libz.dll.a succeeded
> > (/usr/local/lib/libz.dll.a)d000032.o
> > (/usr/local/lib/libz.dll.a)d000036.o
> > (/usr/local/lib/libz.dll.a)d000031.o
> > (/usr/local/lib/libz.dll.a)d000007.o
> > (/usr/local/lib/libz.dll.a)d000005.o
> > (/usr/local/lib/libz.dll.a)d000033.o
> > (/usr/local/lib/libz.dll.a)d000012.o
> > (/usr/local/lib/libz.dll.a)d000008.o
> > (/usr/local/lib/libz.dll.a)d000004.o
> > (/usr/local/lib/libz.dll.a)d000001.o
> > (/usr/local/lib/libz.dll.a)d000014.o
> > (/usr/local/lib/libz.dll.a)d000018.o
> > (/usr/local/lib/libz.dll.a)d000030.o
> > (/usr/local/lib/libz.dll.a)d000015.o
> > (/usr/local/lib/libz.dll.a)d000021.o
> > (/usr/local/lib/libz.dll.a)d000057.o
> > (/usr/local/lib/libz.dll.a)d000025.o
> > (/usr/local/lib/libz.dll.a)d000017.o
> > (/usr/local/lib/libz.dll.a)d000000.o
> > (/usr/local/lib/libz.dll.a)d000058.o
> > attempt to open /usr/local/lib/libgcc.dll.a failed
> > attempt to open /usr/local/lib/gcc.dll.a failed
> > attempt to open /usr/local/lib/libgcc.a failed
> > attempt to open /usr/local/lib/cyggcc.dll failed
> > attempt to open /usr/local/lib/libgcc.dll failed
> > attempt to open /usr/local/lib/gcc.dll failed
> > attempt to open /usr/local/lib/libgcc.a failed
> > attempt to open /lib/libgcc.dll.a failed
> > attempt to open /lib/gcc.dll.a failed
> > attempt to open /lib/libgcc.a failed
> > attempt to open /lib/cyggcc.dll failed
> > attempt to open /lib/libgcc.dll failed
> > attempt to open /lib/gcc.dll failed
> > attempt to open /lib/libgcc.a failed
> > attempt to open -L/usr/lib/libgcc.dll.a failed
> > attempt to open -L/usr/lib/gcc.dll.a failed
> > attempt to open -L/usr/lib/libgcc.a failed
> > attempt to open -L/usr/lib/cyggcc.dll failed
> > attempt to open -L/usr/lib/libgcc.dll failed
> > attempt to open -L/usr/lib/gcc.dll failed
> > attempt to open -L/usr/lib/libgcc.a failed
> > attempt to open /usr/lib/w32api/libgcc.dll.a failed
> > attempt to open /usr/lib/w32api/gcc.dll.a failed
> > attempt to open /usr/lib/w32api/libgcc.a failed
> > attempt to open /usr/lib/w32api/cyggcc.dll failed
> > attempt to open /usr/lib/w32api/libgcc.dll failed
> > attempt to open /usr/lib/w32api/gcc.dll failed
> > attempt to open /usr/lib/w32api/libgcc.a failed
> > attempt to open 
> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.dll.a failed
> > attempt to open 
> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/gcc.dll.a failed
> > attempt to open 
> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a succeeded
> > attempt to open /usr/local/lib/libcygwin.dll.a failed
> > attempt to open /usr/local/lib/cygwin.dll.a failed
> > attempt to open /usr/local/lib/libcygwin.a succeeded
> > (/usr/local/lib/libcygwin.a)dll_entry.o
> > (/usr/local/lib/libcygwin.a)libcmain.o
> > (/usr/local/lib/libcygwin.a)cygwin_crt0.o
> > (/usr/local/lib/libcygwin.a)ds00851.o
> > (/usr/local/lib/libcygwin.a)ds00840.o
> > (/usr/local/lib/libcygwin.a)ds01098.o
> > (/usr/local/lib/libcygwin.a)ds00005.o
> > (/usr/local/lib/libcygwin.a)dll_main.o
> > (/usr/local/lib/libcygwin.a)ds00610.o
> > (/usr/local/lib/libcygwin.a)cygwin_attach_dll.o
> > (/usr/local/lib/libcygwin.a)ds00023.o
> > (/usr/local/lib/libcygwin.a)_cygwin_crt0_common.o
> > (/usr/local/lib/libcygwin.a)ds00630.o
> > (/usr/local/lib/libcygwin.a)dh.o
> > (/usr/local/lib/libcygwin.a)ds00631.o
> > (/usr/local/lib/libcygwin.a)ds00559.o
> > (/usr/local/lib/libcygwin.a)ds00968.o
> > (/usr/local/lib/libcygwin.a)ds00697.o
> > (/usr/local/lib/libcygwin.a)ds00842.o
> > (/usr/local/lib/libcygwin.a)premain3.o
> > (/usr/local/lib/libcygwin.a)premain2.o
> > (/usr/local/lib/libcygwin.a)premain1.o
> > (/usr/local/lib/libcygwin.a)premain0.o
> > (/usr/local/lib/libcygwin.a)ds00613.o
> > (/usr/local/lib/libcygwin.a)dt.o
> > attempt to open /usr/local/lib/libuser32.dll.a failed
> > attempt to open /usr/local/lib/user32.dll.a failed
> > attempt to open /usr/local/lib/libuser32.a failed
> > attempt to open /usr/local/lib/cyguser32.dll failed
> > attempt to open /usr/local/lib/libuser32.dll failed
> > attempt to open /usr/local/lib/user32.dll failed
> > attempt to open /usr/local/lib/libuser32.a failed
> > attempt to open /lib/libuser32.dll.a failed
> > attempt to open /lib/user32.dll.a failed
> > attempt to open /lib/libuser32.a failed
> > attempt to open /lib/cyguser32.dll failed
> > attempt to open /lib/libuser32.dll failed
> > attempt to open /lib/user32.dll failed
> > attempt to open /lib/libuser32.a failed
> > attempt to open -L/usr/lib/libuser32.dll.a failed
> > attempt to open -L/usr/lib/user32.dll.a failed
> > attempt to open -L/usr/lib/libuser32.a failed
> > attempt to open -L/usr/lib/cyguser32.dll failed
> > attempt to open -L/usr/lib/libuser32.dll failed
> > attempt to open -L/usr/lib/user32.dll failed
> > attempt to open -L/usr/lib/libuser32.a failed
> > attempt to open /usr/lib/w32api/libuser32.dll.a failed
> > attempt to open /usr/lib/w32api/user32.dll.a failed
> > attempt to open /usr/lib/w32api/libuser32.a succeeded
> > attempt to open /usr/local/lib/libkernel32.dll.a failed
> > attempt to open /usr/local/lib/kernel32.dll.a failed
> > attempt to open /usr/local/lib/libkernel32.a failed
> > attempt to open /usr/local/lib/cygkernel32.dll failed
> > attempt to open /usr/local/lib/libkernel32.dll failed
> > attempt to open /usr/local/lib/kernel32.dll failed
> > attempt to open /usr/local/lib/libkernel32.a failed
> > attempt to open /lib/libkernel32.dll.a failed
> > attempt to open /lib/kernel32.dll.a failed
> > attempt to open /lib/libkernel32.a failed
> > attempt to open /lib/cygkernel32.dll failed
> > attempt to open /lib/libkernel32.dll failed
> > attempt to open /lib/kernel32.dll failed
> > attempt to open /lib/libkernel32.a failed
> > attempt to open -L/usr/lib/libkernel32.dll.a failed
> > attempt to open -L/usr/lib/kernel32.dll.a failed
> > attempt to open -L/usr/lib/libkernel32.a failed
> > attempt to open -L/usr/lib/cygkernel32.dll failed
> > attempt to open -L/usr/lib/libkernel32.dll failed
> > attempt to open -L/usr/lib/kernel32.dll failed
> > attempt to open -L/usr/lib/libkernel32.a failed
> > attempt to open /usr/lib/w32api/libkernel32.dll.a failed
> > attempt to open /usr/lib/w32api/kernel32.dll.a failed
> > attempt to open /usr/lib/w32api/libkernel32.a succeeded
> > (/usr/lib/w32api/libkernel32.a)ds00290.o
> > (/usr/lib/w32api/libkernel32.a)ds00200.o
> > (/usr/lib/w32api/libkernel32.a)ds00333.o
> > (/usr/lib/w32api/libkernel32.a)dh.o
> > (/usr/lib/w32api/libkernel32.a)dt.o
> > attempt to open /usr/local/lib/libadvapi32.dll.a failed
> > attempt to open /usr/local/lib/advapi32.dll.a failed
> > attempt to open /usr/local/lib/libadvapi32.a failed
> > attempt to open /usr/local/lib/cygadvapi32.dll failed
> > attempt to open /usr/local/lib/libadvapi32.dll failed
> > attempt to open /usr/local/lib/advapi32.dll failed
> > attempt to open /usr/local/lib/libadvapi32.a failed
> > attempt to open /lib/libadvapi32.dll.a failed
> > attempt to open /lib/advapi32.dll.a failed
> > attempt to open /lib/libadvapi32.a failed
> > attempt to open /lib/cygadvapi32.dll failed
> > attempt to open /lib/libadvapi32.dll failed
> > attempt to open /lib/advapi32.dll failed
> > attempt to open /lib/libadvapi32.a failed
> > attempt to open -L/usr/lib/libadvapi32.dll.a failed
> > attempt to open -L/usr/lib/advapi32.dll.a failed
> > attempt to open -L/usr/lib/libadvapi32.a failed
> > attempt to open -L/usr/lib/cygadvapi32.dll failed
> > attempt to open -L/usr/lib/libadvapi32.dll failed
> > attempt to open -L/usr/lib/advapi32.dll failed
> > attempt to open -L/usr/lib/libadvapi32.a failed
> > attempt to open /usr/lib/w32api/libadvapi32.dll.a failed
> > attempt to open /usr/lib/w32api/advapi32.dll.a failed
> > attempt to open /usr/lib/w32api/libadvapi32.a succeeded
> > attempt to open /usr/local/lib/libshell32.dll.a failed
> > attempt to open /usr/local/lib/shell32.dll.a failed
> > attempt to open /usr/local/lib/libshell32.a failed
> > attempt to open /usr/local/lib/cygshell32.dll failed
> > attempt to open /usr/local/lib/libshell32.dll failed
> > attempt to open /usr/local/lib/shell32.dll failed
> > attempt to open /usr/local/lib/libshell32.a failed
> > attempt to open /lib/libshell32.dll.a failed
> > attempt to open /lib/shell32.dll.a failed
> > attempt to open /lib/libshell32.a failed
> > attempt to open /lib/cygshell32.dll failed
> > attempt to open /lib/libshell32.dll failed
> > attempt to open /lib/shell32.dll failed
> > attempt to open /lib/libshell32.a failed
> > attempt to open -L/usr/lib/libshell32.dll.a failed
> > attempt to open -L/usr/lib/shell32.dll.a failed
> > attempt to open -L/usr/lib/libshell32.a failed
> > attempt to open -L/usr/lib/cygshell32.dll failed
> > attempt to open -L/usr/lib/libshell32.dll failed
> > attempt to open -L/usr/lib/shell32.dll failed
> > attempt to open -L/usr/lib/libshell32.a failed
> > attempt to open /usr/lib/w32api/libshell32.dll.a failed
> > attempt to open /usr/lib/w32api/shell32.dll.a failed
> > attempt to open /usr/lib/w32api/libshell32.a succeeded
> > attempt to open /usr/local/lib/libgcc.dll.a failed
> > attempt to open /usr/local/lib/gcc.dll.a failed
> > attempt to open /usr/local/lib/libgcc.a failed
> > attempt to open /usr/local/lib/cyggcc.dll failed
> > attempt to open /usr/local/lib/libgcc.dll failed
> > attempt to open /usr/local/lib/gcc.dll failed
> > attempt to open /usr/local/lib/libgcc.a failed
> > attempt to open /lib/libgcc.dll.a failed
> > attempt to open /lib/gcc.dll.a failed
> > attempt to open /lib/libgcc.a failed
> > attempt to open /lib/cyggcc.dll failed
> > attempt to open /lib/libgcc.dll failed
> > attempt to open /lib/gcc.dll failed
> > attempt to open /lib/libgcc.a failed
> > attempt to open -L/usr/lib/libgcc.dll.a failed
> > attempt to open -L/usr/lib/gcc.dll.a failed
> > attempt to open -L/usr/lib/libgcc.a failed
> > attempt to open -L/usr/lib/cyggcc.dll failed
> > attempt to open -L/usr/lib/libgcc.dll failed
> > attempt to open -L/usr/lib/gcc.dll failed
> > attempt to open -L/usr/lib/libgcc.a failed
> > attempt to open /usr/lib/w32api/libgcc.dll.a failed
> > attempt to open /usr/lib/w32api/gcc.dll.a failed
> > attempt to open /usr/lib/w32api/libgcc.a failed
> > attempt to open /usr/lib/w32api/cyggcc.dll failed
> > attempt to open /usr/lib/w32api/libgcc.dll failed
> > attempt to open /usr/lib/w32api/gcc.dll failed
> > attempt to open /usr/lib/w32api/libgcc.a failed
> > attempt to open 
> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.dll.a failed
> > attempt to open 
> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/gcc.dll.a failed
> > attempt to open 
> > /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a succeeded
> > (/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a)_ctors.o
> > /usr/local/lib/libcygwin.a(libcmain.o)(.text+0x6a):libcmain.c:
> >  undefined
> > reference to `WinMain@16'
> > collect2: ld returned 1 exit status
> > dllwrap: gcc exited with status 1
> > perlld: *** system() failed to execute
> > dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> > --export-all-symbols --as as --output-def libZlib.def 
> > --output-lib libZlib.a
> > \
> >  -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
> > /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
> > 
> > make: *** [blib/arch/auto/Compress/Zlib/Zlib.dll] Error 1
> > 
> > --
> > Want to unsubscribe from this list?
> > Check out: http://cygwin.com/ml/#unsubscribe-simple
> > 
> 
> ______________________________________________________________
> ____________
> Please Note :
> Only  the intended recipient is authorised to access or use 
> this e-mail.  If
> you are not the intended recipient,
> please delete this e-mail and notify the sender immediately.  
>  The contents
> of this e-mail are the writer's 
> opinion and are not necessarily endorsed by the Gunz Companies unless
> expressly stated.
> 
> We use virus scanning software but exclude all liability for 
> viruses or
> similar in any attachment.
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
> 

__________________________________________________________________________
Please Note :
Only  the intended recipient is authorised to access or use this e-mail.  If
you are not the intended recipient,
please delete this e-mail and notify the sender immediately.   The contents
of this e-mail are the writer's 
opinion and are not necessarily endorsed by the Gunz Companies unless
expressly stated.

We use virus scanning software but exclude all liability for viruses or
similar in any attachment.



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* RE: Problems compiling Compress::Zlib under Perl.
@ 2001-04-26  1:05 Neil Lunn
  2001-04-26 11:26 ` Christopher Faylor
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Lunn @ 2001-04-26  1:05 UTC (permalink / raw)
  To: 'RUMBLE, PHIL (A-Scotland, ex1)',
	'cygwin@sourceware.cygnus.com'

I had a look at the latest binutils release, but this appears only to be
cleared up currently by having the libaries in /usr/lib. A prior release of
w32api would be a quick fix.

> -----Original Message-----
> From: RUMBLE,PHIL (A-Scotland,ex1) [ mailto:phil_rumble@agilent.com ]
> Sent: Wednesday, April 25, 2001 7:24 PM
> To: 'cygwin@sourceware.cygnus.com'
> Subject: RE: Problems compiling Compress::Zlib under Perl.
> 
> 
> People,
> 
> Here is the vebose output.
> 
> Thanks
> 
> Rumble
>  
> $ make
> Running Dynamic Lib Section
> rm -f blib/arch/auto/Compress/Zlib/Zlib.dll
> LD_RUN_PATH="/usr/local/lib" ld2 -o 
> blib/arch/auto/Compress/Zlib/Zlib.dll
> -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
> dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libZlib.def 
> --output-lib libZlib.a
> \
>  -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
> dllwrap: no export definition file provided
> dllwrap: creating one, but that may not be what you want
> GNU ld version 2.10.91 (with BFD 2.10.91)
>   Supported emulations:
>    i386pe
> using internal linker script:
> ==================================================
> OUTPUT_FORMAT(pei-i386)
> SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);
> SEARCH_DIR(/usr/i686-pc-cygwin/lib);
> ENTRY(_mainCRTStartup)
> SECTIONS
> {
>   .text  __image_base__ + __section_alignment__  :
>   {
>      *(.init)
>     *(.text)
>     *(SORT(.text$*))
>     *(.glue_7t)
>     *(.glue_7)
>      ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
>                         LONG (-1); *(.ctors); *(.ctor); LONG (0);
>      ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
>                         LONG (-1); *(.dtors); *(.dtor);  LONG (0);
>      *(.fini)
>     /* ??? Why is .gcc_exc here?  */
>      *(.gcc_exc)
>      etext = .;
>     *(.gcc_except_table)
>   }
>   /* The Cygwin32 library uses a section to avoid copying certain data
>      on fork.  This used to be named ".data".  The linker used
>      to include this between __data_start__ and __data_end__, but that
>      breaks building the cygwin32 dll.  Instead, we name the section
>      ".data_cygwin_nocopy" and explictly include it after 
> __data_end__. */
>   .data BLOCK(__section_alignment__) :
>   {
>     __data_start__ = . ;
>     *(.data)
>     *(.data2)
>     *(SORT(.data$*))
>     __data_end__ = . ;
>     *(.data_cygwin_nocopy)
>   }
>   .rdata BLOCK(__section_alignment__) :
>   {
>     *(.rdata)
>     *(SORT(.rdata$*))
>     *(.eh_frame)
>   }
>   .pdata BLOCK(__section_alignment__) :
>   {
>     *(.pdata)
>   }
>   .bss BLOCK(__section_alignment__) :
>   {
>     __bss_start__ = . ;
>     *(.bss)
>     *(COMMON)
>     __bss_end__ = . ;
>   }
>   .edata BLOCK(__section_alignment__) :
>   {
>     *(.edata)
>   }
>   /DISCARD/ :
>   {
>     *(.debug$S)
>     *(.debug$T)
>     *(.debug$F)
>     *(.drectve)
>   }
>   .idata BLOCK(__section_alignment__) :
>   {
>     /* This cannot currently be handled with grouped sections.
>         See pe.em:sort_sections.  */
>     SORT(*)(.idata$2)
>     SORT(*)(.idata$3)
>     /* These zeroes mark the end of the import list.  */
>     LONG (0); LONG (0); LONG (0); LONG (0); LONG (0);
>     SORT(*)(.idata$4)
>     SORT(*)(.idata$5)
>     SORT(*)(.idata$6)
>     SORT(*)(.idata$7)
>   }
>   .CRT BLOCK(__section_alignment__) :
>   {
>     *(SORT(.CRT$*))
>   }
>   .endjunk BLOCK(__section_alignment__) :
>   {
>     /* end is deprecated, don't use it */
>      end = .;
>      _end = .;
>      __end__ = .;
>   }
>   .rsrc BLOCK(__section_alignment__) :
>   {
>     *(.rsrc)
>     *(SORT(.rsrc$*))
>   }
>   .reloc BLOCK(__section_alignment__) :
>   {
>     *(.reloc)
>   }
>   .stab BLOCK(__section_alignment__) (NOLOAD) :
>   {
>     [ .stab ]
>   }
>   .stabstr BLOCK(__section_alignment__) (NOLOAD) :
>   {
>     [ .stabstr ]
>   }
> }
> 
> 
> ==================================================
> attempt to open /usr/lib/crt0.o succeeded
> /usr/lib/crt0.o
> attempt to open Zlib.o succeeded
> Zlib.o
> attempt to open 
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a succeeded
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00322.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00320.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00156.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00207.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00049.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00176.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00046.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00039.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00344.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00343.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00321.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00341.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00342.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00855.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00863.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00604.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00859.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00853.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01345.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00585.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01336.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01488.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01429.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00787.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01378.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01431.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01381.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01437.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01353.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01374.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01425.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00850.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01413.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01347.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00795.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01391.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00535.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01361.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00869.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00782.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01355.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01415.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01411.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01344.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00618.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)dh.o
> (/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)dt.o
> attempt to open /usr/local/lib/libz.dll.a succeeded
> (/usr/local/lib/libz.dll.a)d000032.o
> (/usr/local/lib/libz.dll.a)d000036.o
> (/usr/local/lib/libz.dll.a)d000031.o
> (/usr/local/lib/libz.dll.a)d000007.o
> (/usr/local/lib/libz.dll.a)d000005.o
> (/usr/local/lib/libz.dll.a)d000033.o
> (/usr/local/lib/libz.dll.a)d000012.o
> (/usr/local/lib/libz.dll.a)d000008.o
> (/usr/local/lib/libz.dll.a)d000004.o
> (/usr/local/lib/libz.dll.a)d000001.o
> (/usr/local/lib/libz.dll.a)d000014.o
> (/usr/local/lib/libz.dll.a)d000018.o
> (/usr/local/lib/libz.dll.a)d000030.o
> (/usr/local/lib/libz.dll.a)d000015.o
> (/usr/local/lib/libz.dll.a)d000021.o
> (/usr/local/lib/libz.dll.a)d000057.o
> (/usr/local/lib/libz.dll.a)d000025.o
> (/usr/local/lib/libz.dll.a)d000017.o
> (/usr/local/lib/libz.dll.a)d000000.o
> (/usr/local/lib/libz.dll.a)d000058.o
> attempt to open /usr/local/lib/libgcc.dll.a failed
> attempt to open /usr/local/lib/gcc.dll.a failed
> attempt to open /usr/local/lib/libgcc.a failed
> attempt to open /usr/local/lib/cyggcc.dll failed
> attempt to open /usr/local/lib/libgcc.dll failed
> attempt to open /usr/local/lib/gcc.dll failed
> attempt to open /usr/local/lib/libgcc.a failed
> attempt to open /lib/libgcc.dll.a failed
> attempt to open /lib/gcc.dll.a failed
> attempt to open /lib/libgcc.a failed
> attempt to open /lib/cyggcc.dll failed
> attempt to open /lib/libgcc.dll failed
> attempt to open /lib/gcc.dll failed
> attempt to open /lib/libgcc.a failed
> attempt to open -L/usr/lib/libgcc.dll.a failed
> attempt to open -L/usr/lib/gcc.dll.a failed
> attempt to open -L/usr/lib/libgcc.a failed
> attempt to open -L/usr/lib/cyggcc.dll failed
> attempt to open -L/usr/lib/libgcc.dll failed
> attempt to open -L/usr/lib/gcc.dll failed
> attempt to open -L/usr/lib/libgcc.a failed
> attempt to open /usr/lib/w32api/libgcc.dll.a failed
> attempt to open /usr/lib/w32api/gcc.dll.a failed
> attempt to open /usr/lib/w32api/libgcc.a failed
> attempt to open /usr/lib/w32api/cyggcc.dll failed
> attempt to open /usr/lib/w32api/libgcc.dll failed
> attempt to open /usr/lib/w32api/gcc.dll failed
> attempt to open /usr/lib/w32api/libgcc.a failed
> attempt to open 
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.dll.a failed
> attempt to open 
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/gcc.dll.a failed
> attempt to open 
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a succeeded
> attempt to open /usr/local/lib/libcygwin.dll.a failed
> attempt to open /usr/local/lib/cygwin.dll.a failed
> attempt to open /usr/local/lib/libcygwin.a succeeded
> (/usr/local/lib/libcygwin.a)dll_entry.o
> (/usr/local/lib/libcygwin.a)libcmain.o
> (/usr/local/lib/libcygwin.a)cygwin_crt0.o
> (/usr/local/lib/libcygwin.a)ds00851.o
> (/usr/local/lib/libcygwin.a)ds00840.o
> (/usr/local/lib/libcygwin.a)ds01098.o
> (/usr/local/lib/libcygwin.a)ds00005.o
> (/usr/local/lib/libcygwin.a)dll_main.o
> (/usr/local/lib/libcygwin.a)ds00610.o
> (/usr/local/lib/libcygwin.a)cygwin_attach_dll.o
> (/usr/local/lib/libcygwin.a)ds00023.o
> (/usr/local/lib/libcygwin.a)_cygwin_crt0_common.o
> (/usr/local/lib/libcygwin.a)ds00630.o
> (/usr/local/lib/libcygwin.a)dh.o
> (/usr/local/lib/libcygwin.a)ds00631.o
> (/usr/local/lib/libcygwin.a)ds00559.o
> (/usr/local/lib/libcygwin.a)ds00968.o
> (/usr/local/lib/libcygwin.a)ds00697.o
> (/usr/local/lib/libcygwin.a)ds00842.o
> (/usr/local/lib/libcygwin.a)premain3.o
> (/usr/local/lib/libcygwin.a)premain2.o
> (/usr/local/lib/libcygwin.a)premain1.o
> (/usr/local/lib/libcygwin.a)premain0.o
> (/usr/local/lib/libcygwin.a)ds00613.o
> (/usr/local/lib/libcygwin.a)dt.o
> attempt to open /usr/local/lib/libuser32.dll.a failed
> attempt to open /usr/local/lib/user32.dll.a failed
> attempt to open /usr/local/lib/libuser32.a failed
> attempt to open /usr/local/lib/cyguser32.dll failed
> attempt to open /usr/local/lib/libuser32.dll failed
> attempt to open /usr/local/lib/user32.dll failed
> attempt to open /usr/local/lib/libuser32.a failed
> attempt to open /lib/libuser32.dll.a failed
> attempt to open /lib/user32.dll.a failed
> attempt to open /lib/libuser32.a failed
> attempt to open /lib/cyguser32.dll failed
> attempt to open /lib/libuser32.dll failed
> attempt to open /lib/user32.dll failed
> attempt to open /lib/libuser32.a failed
> attempt to open -L/usr/lib/libuser32.dll.a failed
> attempt to open -L/usr/lib/user32.dll.a failed
> attempt to open -L/usr/lib/libuser32.a failed
> attempt to open -L/usr/lib/cyguser32.dll failed
> attempt to open -L/usr/lib/libuser32.dll failed
> attempt to open -L/usr/lib/user32.dll failed
> attempt to open -L/usr/lib/libuser32.a failed
> attempt to open /usr/lib/w32api/libuser32.dll.a failed
> attempt to open /usr/lib/w32api/user32.dll.a failed
> attempt to open /usr/lib/w32api/libuser32.a succeeded
> attempt to open /usr/local/lib/libkernel32.dll.a failed
> attempt to open /usr/local/lib/kernel32.dll.a failed
> attempt to open /usr/local/lib/libkernel32.a failed
> attempt to open /usr/local/lib/cygkernel32.dll failed
> attempt to open /usr/local/lib/libkernel32.dll failed
> attempt to open /usr/local/lib/kernel32.dll failed
> attempt to open /usr/local/lib/libkernel32.a failed
> attempt to open /lib/libkernel32.dll.a failed
> attempt to open /lib/kernel32.dll.a failed
> attempt to open /lib/libkernel32.a failed
> attempt to open /lib/cygkernel32.dll failed
> attempt to open /lib/libkernel32.dll failed
> attempt to open /lib/kernel32.dll failed
> attempt to open /lib/libkernel32.a failed
> attempt to open -L/usr/lib/libkernel32.dll.a failed
> attempt to open -L/usr/lib/kernel32.dll.a failed
> attempt to open -L/usr/lib/libkernel32.a failed
> attempt to open -L/usr/lib/cygkernel32.dll failed
> attempt to open -L/usr/lib/libkernel32.dll failed
> attempt to open -L/usr/lib/kernel32.dll failed
> attempt to open -L/usr/lib/libkernel32.a failed
> attempt to open /usr/lib/w32api/libkernel32.dll.a failed
> attempt to open /usr/lib/w32api/kernel32.dll.a failed
> attempt to open /usr/lib/w32api/libkernel32.a succeeded
> (/usr/lib/w32api/libkernel32.a)ds00290.o
> (/usr/lib/w32api/libkernel32.a)ds00200.o
> (/usr/lib/w32api/libkernel32.a)ds00333.o
> (/usr/lib/w32api/libkernel32.a)dh.o
> (/usr/lib/w32api/libkernel32.a)dt.o
> attempt to open /usr/local/lib/libadvapi32.dll.a failed
> attempt to open /usr/local/lib/advapi32.dll.a failed
> attempt to open /usr/local/lib/libadvapi32.a failed
> attempt to open /usr/local/lib/cygadvapi32.dll failed
> attempt to open /usr/local/lib/libadvapi32.dll failed
> attempt to open /usr/local/lib/advapi32.dll failed
> attempt to open /usr/local/lib/libadvapi32.a failed
> attempt to open /lib/libadvapi32.dll.a failed
> attempt to open /lib/advapi32.dll.a failed
> attempt to open /lib/libadvapi32.a failed
> attempt to open /lib/cygadvapi32.dll failed
> attempt to open /lib/libadvapi32.dll failed
> attempt to open /lib/advapi32.dll failed
> attempt to open /lib/libadvapi32.a failed
> attempt to open -L/usr/lib/libadvapi32.dll.a failed
> attempt to open -L/usr/lib/advapi32.dll.a failed
> attempt to open -L/usr/lib/libadvapi32.a failed
> attempt to open -L/usr/lib/cygadvapi32.dll failed
> attempt to open -L/usr/lib/libadvapi32.dll failed
> attempt to open -L/usr/lib/advapi32.dll failed
> attempt to open -L/usr/lib/libadvapi32.a failed
> attempt to open /usr/lib/w32api/libadvapi32.dll.a failed
> attempt to open /usr/lib/w32api/advapi32.dll.a failed
> attempt to open /usr/lib/w32api/libadvapi32.a succeeded
> attempt to open /usr/local/lib/libshell32.dll.a failed
> attempt to open /usr/local/lib/shell32.dll.a failed
> attempt to open /usr/local/lib/libshell32.a failed
> attempt to open /usr/local/lib/cygshell32.dll failed
> attempt to open /usr/local/lib/libshell32.dll failed
> attempt to open /usr/local/lib/shell32.dll failed
> attempt to open /usr/local/lib/libshell32.a failed
> attempt to open /lib/libshell32.dll.a failed
> attempt to open /lib/shell32.dll.a failed
> attempt to open /lib/libshell32.a failed
> attempt to open /lib/cygshell32.dll failed
> attempt to open /lib/libshell32.dll failed
> attempt to open /lib/shell32.dll failed
> attempt to open /lib/libshell32.a failed
> attempt to open -L/usr/lib/libshell32.dll.a failed
> attempt to open -L/usr/lib/shell32.dll.a failed
> attempt to open -L/usr/lib/libshell32.a failed
> attempt to open -L/usr/lib/cygshell32.dll failed
> attempt to open -L/usr/lib/libshell32.dll failed
> attempt to open -L/usr/lib/shell32.dll failed
> attempt to open -L/usr/lib/libshell32.a failed
> attempt to open /usr/lib/w32api/libshell32.dll.a failed
> attempt to open /usr/lib/w32api/shell32.dll.a failed
> attempt to open /usr/lib/w32api/libshell32.a succeeded
> attempt to open /usr/local/lib/libgcc.dll.a failed
> attempt to open /usr/local/lib/gcc.dll.a failed
> attempt to open /usr/local/lib/libgcc.a failed
> attempt to open /usr/local/lib/cyggcc.dll failed
> attempt to open /usr/local/lib/libgcc.dll failed
> attempt to open /usr/local/lib/gcc.dll failed
> attempt to open /usr/local/lib/libgcc.a failed
> attempt to open /lib/libgcc.dll.a failed
> attempt to open /lib/gcc.dll.a failed
> attempt to open /lib/libgcc.a failed
> attempt to open /lib/cyggcc.dll failed
> attempt to open /lib/libgcc.dll failed
> attempt to open /lib/gcc.dll failed
> attempt to open /lib/libgcc.a failed
> attempt to open -L/usr/lib/libgcc.dll.a failed
> attempt to open -L/usr/lib/gcc.dll.a failed
> attempt to open -L/usr/lib/libgcc.a failed
> attempt to open -L/usr/lib/cyggcc.dll failed
> attempt to open -L/usr/lib/libgcc.dll failed
> attempt to open -L/usr/lib/gcc.dll failed
> attempt to open -L/usr/lib/libgcc.a failed
> attempt to open /usr/lib/w32api/libgcc.dll.a failed
> attempt to open /usr/lib/w32api/gcc.dll.a failed
> attempt to open /usr/lib/w32api/libgcc.a failed
> attempt to open /usr/lib/w32api/cyggcc.dll failed
> attempt to open /usr/lib/w32api/libgcc.dll failed
> attempt to open /usr/lib/w32api/gcc.dll failed
> attempt to open /usr/lib/w32api/libgcc.a failed
> attempt to open 
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.dll.a failed
> attempt to open 
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/gcc.dll.a failed
> attempt to open 
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a succeeded
> (/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a)_ctors.o
> /usr/local/lib/libcygwin.a(libcmain.o)(.text+0x6a):libcmain.c:
>  undefined
> reference to `WinMain@16'
> collect2: ld returned 1 exit status
> dllwrap: gcc exited with status 1
> perlld: *** system() failed to execute
> dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libZlib.def 
> --output-lib libZlib.a
> \
>  -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
> 
> make: *** [blib/arch/auto/Compress/Zlib/Zlib.dll] Error 1
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
> 

__________________________________________________________________________
Please Note :
Only  the intended recipient is authorised to access or use this e-mail.  If
you are not the intended recipient,
please delete this e-mail and notify the sender immediately.   The contents
of this e-mail are the writer's 
opinion and are not necessarily endorsed by the Gunz Companies unless
expressly stated.

We use virus scanning software but exclude all liability for viruses or
similar in any attachment.



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* RE: Problems compiling Compress::Zlib under Perl.
@ 2001-04-25 16:50 Neil Lunn
  0 siblings, 0 replies; 7+ messages in thread
From: Neil Lunn @ 2001-04-25 16:50 UTC (permalink / raw)
  To: 'RUMBLE, PHIL (A-Scotland, ex1)',
	'cygwin@sourceware.cygnus.com'

> From: RUMBLE,PHIL (A-Scotland,ex1) [ mailto:phil_rumble@agilent.com ]
> Sent: Wednesday, April 25, 2001 6:16 PM
> To: 'cygwin@sourceware.cygnus.com'
> Subject: Problems compiling Compress::Zlib under Perl.
> I keep getting this error. Any clues?
> 

> cannot find -luser32

Your not linking against a cygwin zlib. Some windows version exists in your
path, or the zlib there is a windows version. Clean up your path and if
necessary, re-install the zlib distribution for cygiwn.

This should then be a clean install.

Neil

> 
> 
> $ make
> gcc -c -I/usr/include -DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO
> -fno-strict-aliasing -DUSEIMPORTLIB -O2   -DVERSION=\"1.11\"
> -DXS_VERSION=\"1.11\"  -I/usr/lib/perl5/5.6.1/cygwin/CORE  Zlib.c
> Running Mkbootstrap for Compress::Zlib ()
> chmod 644 Zlib.bs
> rm -f blib/arch/auto/Compress/Zlib/Zlib.dll
> LD_RUN_PATH="/usr/local/lib" ld2 -o 
> blib/arch/auto/Compress/Zlib/Zlib.dll
> -s -L/usr/local/lib Zlib.o   
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
> -L/lib -lz
> dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libZlib.def 
> --output-lib libZlib.a
> \
>  -s -L/usr/local/lib Zlib.o 
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
> -L/lib -lz
> dllwrap: no export definition file provided
> dllwrap: creating one, but that may not be what you want
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/../../../../i686-pc-c
> ygwin/bin/ld:
> cannot find -luser32
> collect2: ld returned 1 exit status
> dllwrap: gcc exited with status 1
> perlld: *** system() failed to execute
> dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libZlib.def 
> --output-lib libZlib.a
> \
>  -s -L/usr/local/lib Zlib.o 
> /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a
> -L/lib -lz
> 
> make: *** [blib/arch/auto/Compress/Zlib/Zlib.dll] Error 1
> 
> Thanks in Advance
> 
> Rumble
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
> 

__________________________________________________________________________
Please Note :
Only  the intended recipient is authorised to access or use this e-mail.  If
you are not the intended recipient,
please delete this e-mail and notify the sender immediately.   The contents
of this e-mail are the writer's 
opinion and are not necessarily endorsed by the Gunz Companies unless
expressly stated.

We use virus scanning software but exclude all liability for viruses or
similar in any attachment.



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* RE: Problems compiling Compress::Zlib under Perl.
@ 2001-04-25  2:24 RUMBLE, PHIL (A-Scotland, ex1)
  0 siblings, 0 replies; 7+ messages in thread
From: RUMBLE, PHIL (A-Scotland, ex1) @ 2001-04-25  2:24 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

People,

Here is the vebose output.

Thanks

Rumble
 
$ make
Running Dynamic Lib Section
rm -f blib/arch/auto/Compress/Zlib/Zlib.dll
LD_RUN_PATH="/usr/local/lib" ld2 -o blib/arch/auto/Compress/Zlib/Zlib.dll
-s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
--export-all-symbols --as as --output-def libZlib.def --output-lib libZlib.a
\
 -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz
dllwrap: no export definition file provided
dllwrap: creating one, but that may not be what you want
GNU ld version 2.10.91 (with BFD 2.10.91)
  Supported emulations:
   i386pe
using internal linker script:
==================================================
OUTPUT_FORMAT(pei-i386)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);
SEARCH_DIR(/usr/i686-pc-cygwin/lib);
ENTRY(_mainCRTStartup)
SECTIONS
{
  .text  __image_base__ + __section_alignment__  :
  {
     *(.init)
    *(.text)
    *(SORT(.text$*))
    *(.glue_7t)
    *(.glue_7)
     ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
                        LONG (-1); *(.ctors); *(.ctor); LONG (0);
     ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
                        LONG (-1); *(.dtors); *(.dtor);  LONG (0);
     *(.fini)
    /* ??? Why is .gcc_exc here?  */
     *(.gcc_exc)
     etext = .;
    *(.gcc_except_table)
  }
  /* The Cygwin32 library uses a section to avoid copying certain data
     on fork.  This used to be named ".data".  The linker used
     to include this between __data_start__ and __data_end__, but that
     breaks building the cygwin32 dll.  Instead, we name the section
     ".data_cygwin_nocopy" and explictly include it after __data_end__. */
  .data BLOCK(__section_alignment__) :
  {
    __data_start__ = . ;
    *(.data)
    *(.data2)
    *(SORT(.data$*))
    __data_end__ = . ;
    *(.data_cygwin_nocopy)
  }
  .rdata BLOCK(__section_alignment__) :
  {
    *(.rdata)
    *(SORT(.rdata$*))
    *(.eh_frame)
  }
  .pdata BLOCK(__section_alignment__) :
  {
    *(.pdata)
  }
  .bss BLOCK(__section_alignment__) :
  {
    __bss_start__ = . ;
    *(.bss)
    *(COMMON)
    __bss_end__ = . ;
  }
  .edata BLOCK(__section_alignment__) :
  {
    *(.edata)
  }
  /DISCARD/ :
  {
    *(.debug$S)
    *(.debug$T)
    *(.debug$F)
    *(.drectve)
  }
  .idata BLOCK(__section_alignment__) :
  {
    /* This cannot currently be handled with grouped sections.
        See pe.em:sort_sections.  */
    SORT(*)(.idata$2)
    SORT(*)(.idata$3)
    /* These zeroes mark the end of the import list.  */
    LONG (0); LONG (0); LONG (0); LONG (0); LONG (0);
    SORT(*)(.idata$4)
    SORT(*)(.idata$5)
    SORT(*)(.idata$6)
    SORT(*)(.idata$7)
  }
  .CRT BLOCK(__section_alignment__) :
  {
    *(SORT(.CRT$*))
  }
  .endjunk BLOCK(__section_alignment__) :
  {
    /* end is deprecated, don't use it */
     end = .;
     _end = .;
     __end__ = .;
  }
  .rsrc BLOCK(__section_alignment__) :
  {
    *(.rsrc)
    *(SORT(.rsrc$*))
  }
  .reloc BLOCK(__section_alignment__) :
  {
    *(.reloc)
  }
  .stab BLOCK(__section_alignment__) (NOLOAD) :
  {
    [ .stab ]
  }
  .stabstr BLOCK(__section_alignment__) (NOLOAD) :
  {
    [ .stabstr ]
  }
}


==================================================
attempt to open /usr/lib/crt0.o succeeded
/usr/lib/crt0.o
attempt to open Zlib.o succeeded
Zlib.o
attempt to open /usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a succeeded
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00322.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00320.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00156.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00207.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00049.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00176.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00046.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00039.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00344.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00343.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00321.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00341.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00342.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00855.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00863.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00604.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00859.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00853.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01345.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00585.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01336.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01488.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01429.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00787.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01378.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01431.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01381.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01437.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01353.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01374.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01425.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00850.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01413.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01347.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00795.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01391.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00535.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01361.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00869.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00782.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01355.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01415.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01411.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds01344.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)ds00618.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)dh.o
(/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a)dt.o
attempt to open /usr/local/lib/libz.dll.a succeeded
(/usr/local/lib/libz.dll.a)d000032.o
(/usr/local/lib/libz.dll.a)d000036.o
(/usr/local/lib/libz.dll.a)d000031.o
(/usr/local/lib/libz.dll.a)d000007.o
(/usr/local/lib/libz.dll.a)d000005.o
(/usr/local/lib/libz.dll.a)d000033.o
(/usr/local/lib/libz.dll.a)d000012.o
(/usr/local/lib/libz.dll.a)d000008.o
(/usr/local/lib/libz.dll.a)d000004.o
(/usr/local/lib/libz.dll.a)d000001.o
(/usr/local/lib/libz.dll.a)d000014.o
(/usr/local/lib/libz.dll.a)d000018.o
(/usr/local/lib/libz.dll.a)d000030.o
(/usr/local/lib/libz.dll.a)d000015.o
(/usr/local/lib/libz.dll.a)d000021.o
(/usr/local/lib/libz.dll.a)d000057.o
(/usr/local/lib/libz.dll.a)d000025.o
(/usr/local/lib/libz.dll.a)d000017.o
(/usr/local/lib/libz.dll.a)d000000.o
(/usr/local/lib/libz.dll.a)d000058.o
attempt to open /usr/local/lib/libgcc.dll.a failed
attempt to open /usr/local/lib/gcc.dll.a failed
attempt to open /usr/local/lib/libgcc.a failed
attempt to open /usr/local/lib/cyggcc.dll failed
attempt to open /usr/local/lib/libgcc.dll failed
attempt to open /usr/local/lib/gcc.dll failed
attempt to open /usr/local/lib/libgcc.a failed
attempt to open /lib/libgcc.dll.a failed
attempt to open /lib/gcc.dll.a failed
attempt to open /lib/libgcc.a failed
attempt to open /lib/cyggcc.dll failed
attempt to open /lib/libgcc.dll failed
attempt to open /lib/gcc.dll failed
attempt to open /lib/libgcc.a failed
attempt to open -L/usr/lib/libgcc.dll.a failed
attempt to open -L/usr/lib/gcc.dll.a failed
attempt to open -L/usr/lib/libgcc.a failed
attempt to open -L/usr/lib/cyggcc.dll failed
attempt to open -L/usr/lib/libgcc.dll failed
attempt to open -L/usr/lib/gcc.dll failed
attempt to open -L/usr/lib/libgcc.a failed
attempt to open /usr/lib/w32api/libgcc.dll.a failed
attempt to open /usr/lib/w32api/gcc.dll.a failed
attempt to open /usr/lib/w32api/libgcc.a failed
attempt to open /usr/lib/w32api/cyggcc.dll failed
attempt to open /usr/lib/w32api/libgcc.dll failed
attempt to open /usr/lib/w32api/gcc.dll failed
attempt to open /usr/lib/w32api/libgcc.a failed
attempt to open /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.dll.a failed
attempt to open /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/gcc.dll.a failed
attempt to open /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a succeeded
attempt to open /usr/local/lib/libcygwin.dll.a failed
attempt to open /usr/local/lib/cygwin.dll.a failed
attempt to open /usr/local/lib/libcygwin.a succeeded
(/usr/local/lib/libcygwin.a)dll_entry.o
(/usr/local/lib/libcygwin.a)libcmain.o
(/usr/local/lib/libcygwin.a)cygwin_crt0.o
(/usr/local/lib/libcygwin.a)ds00851.o
(/usr/local/lib/libcygwin.a)ds00840.o
(/usr/local/lib/libcygwin.a)ds01098.o
(/usr/local/lib/libcygwin.a)ds00005.o
(/usr/local/lib/libcygwin.a)dll_main.o
(/usr/local/lib/libcygwin.a)ds00610.o
(/usr/local/lib/libcygwin.a)cygwin_attach_dll.o
(/usr/local/lib/libcygwin.a)ds00023.o
(/usr/local/lib/libcygwin.a)_cygwin_crt0_common.o
(/usr/local/lib/libcygwin.a)ds00630.o
(/usr/local/lib/libcygwin.a)dh.o
(/usr/local/lib/libcygwin.a)ds00631.o
(/usr/local/lib/libcygwin.a)ds00559.o
(/usr/local/lib/libcygwin.a)ds00968.o
(/usr/local/lib/libcygwin.a)ds00697.o
(/usr/local/lib/libcygwin.a)ds00842.o
(/usr/local/lib/libcygwin.a)premain3.o
(/usr/local/lib/libcygwin.a)premain2.o
(/usr/local/lib/libcygwin.a)premain1.o
(/usr/local/lib/libcygwin.a)premain0.o
(/usr/local/lib/libcygwin.a)ds00613.o
(/usr/local/lib/libcygwin.a)dt.o
attempt to open /usr/local/lib/libuser32.dll.a failed
attempt to open /usr/local/lib/user32.dll.a failed
attempt to open /usr/local/lib/libuser32.a failed
attempt to open /usr/local/lib/cyguser32.dll failed
attempt to open /usr/local/lib/libuser32.dll failed
attempt to open /usr/local/lib/user32.dll failed
attempt to open /usr/local/lib/libuser32.a failed
attempt to open /lib/libuser32.dll.a failed
attempt to open /lib/user32.dll.a failed
attempt to open /lib/libuser32.a failed
attempt to open /lib/cyguser32.dll failed
attempt to open /lib/libuser32.dll failed
attempt to open /lib/user32.dll failed
attempt to open /lib/libuser32.a failed
attempt to open -L/usr/lib/libuser32.dll.a failed
attempt to open -L/usr/lib/user32.dll.a failed
attempt to open -L/usr/lib/libuser32.a failed
attempt to open -L/usr/lib/cyguser32.dll failed
attempt to open -L/usr/lib/libuser32.dll failed
attempt to open -L/usr/lib/user32.dll failed
attempt to open -L/usr/lib/libuser32.a failed
attempt to open /usr/lib/w32api/libuser32.dll.a failed
attempt to open /usr/lib/w32api/user32.dll.a failed
attempt to open /usr/lib/w32api/libuser32.a succeeded
attempt to open /usr/local/lib/libkernel32.dll.a failed
attempt to open /usr/local/lib/kernel32.dll.a failed
attempt to open /usr/local/lib/libkernel32.a failed
attempt to open /usr/local/lib/cygkernel32.dll failed
attempt to open /usr/local/lib/libkernel32.dll failed
attempt to open /usr/local/lib/kernel32.dll failed
attempt to open /usr/local/lib/libkernel32.a failed
attempt to open /lib/libkernel32.dll.a failed
attempt to open /lib/kernel32.dll.a failed
attempt to open /lib/libkernel32.a failed
attempt to open /lib/cygkernel32.dll failed
attempt to open /lib/libkernel32.dll failed
attempt to open /lib/kernel32.dll failed
attempt to open /lib/libkernel32.a failed
attempt to open -L/usr/lib/libkernel32.dll.a failed
attempt to open -L/usr/lib/kernel32.dll.a failed
attempt to open -L/usr/lib/libkernel32.a failed
attempt to open -L/usr/lib/cygkernel32.dll failed
attempt to open -L/usr/lib/libkernel32.dll failed
attempt to open -L/usr/lib/kernel32.dll failed
attempt to open -L/usr/lib/libkernel32.a failed
attempt to open /usr/lib/w32api/libkernel32.dll.a failed
attempt to open /usr/lib/w32api/kernel32.dll.a failed
attempt to open /usr/lib/w32api/libkernel32.a succeeded
(/usr/lib/w32api/libkernel32.a)ds00290.o
(/usr/lib/w32api/libkernel32.a)ds00200.o
(/usr/lib/w32api/libkernel32.a)ds00333.o
(/usr/lib/w32api/libkernel32.a)dh.o
(/usr/lib/w32api/libkernel32.a)dt.o
attempt to open /usr/local/lib/libadvapi32.dll.a failed
attempt to open /usr/local/lib/advapi32.dll.a failed
attempt to open /usr/local/lib/libadvapi32.a failed
attempt to open /usr/local/lib/cygadvapi32.dll failed
attempt to open /usr/local/lib/libadvapi32.dll failed
attempt to open /usr/local/lib/advapi32.dll failed
attempt to open /usr/local/lib/libadvapi32.a failed
attempt to open /lib/libadvapi32.dll.a failed
attempt to open /lib/advapi32.dll.a failed
attempt to open /lib/libadvapi32.a failed
attempt to open /lib/cygadvapi32.dll failed
attempt to open /lib/libadvapi32.dll failed
attempt to open /lib/advapi32.dll failed
attempt to open /lib/libadvapi32.a failed
attempt to open -L/usr/lib/libadvapi32.dll.a failed
attempt to open -L/usr/lib/advapi32.dll.a failed
attempt to open -L/usr/lib/libadvapi32.a failed
attempt to open -L/usr/lib/cygadvapi32.dll failed
attempt to open -L/usr/lib/libadvapi32.dll failed
attempt to open -L/usr/lib/advapi32.dll failed
attempt to open -L/usr/lib/libadvapi32.a failed
attempt to open /usr/lib/w32api/libadvapi32.dll.a failed
attempt to open /usr/lib/w32api/advapi32.dll.a failed
attempt to open /usr/lib/w32api/libadvapi32.a succeeded
attempt to open /usr/local/lib/libshell32.dll.a failed
attempt to open /usr/local/lib/shell32.dll.a failed
attempt to open /usr/local/lib/libshell32.a failed
attempt to open /usr/local/lib/cygshell32.dll failed
attempt to open /usr/local/lib/libshell32.dll failed
attempt to open /usr/local/lib/shell32.dll failed
attempt to open /usr/local/lib/libshell32.a failed
attempt to open /lib/libshell32.dll.a failed
attempt to open /lib/shell32.dll.a failed
attempt to open /lib/libshell32.a failed
attempt to open /lib/cygshell32.dll failed
attempt to open /lib/libshell32.dll failed
attempt to open /lib/shell32.dll failed
attempt to open /lib/libshell32.a failed
attempt to open -L/usr/lib/libshell32.dll.a failed
attempt to open -L/usr/lib/shell32.dll.a failed
attempt to open -L/usr/lib/libshell32.a failed
attempt to open -L/usr/lib/cygshell32.dll failed
attempt to open -L/usr/lib/libshell32.dll failed
attempt to open -L/usr/lib/shell32.dll failed
attempt to open -L/usr/lib/libshell32.a failed
attempt to open /usr/lib/w32api/libshell32.dll.a failed
attempt to open /usr/lib/w32api/shell32.dll.a failed
attempt to open /usr/lib/w32api/libshell32.a succeeded
attempt to open /usr/local/lib/libgcc.dll.a failed
attempt to open /usr/local/lib/gcc.dll.a failed
attempt to open /usr/local/lib/libgcc.a failed
attempt to open /usr/local/lib/cyggcc.dll failed
attempt to open /usr/local/lib/libgcc.dll failed
attempt to open /usr/local/lib/gcc.dll failed
attempt to open /usr/local/lib/libgcc.a failed
attempt to open /lib/libgcc.dll.a failed
attempt to open /lib/gcc.dll.a failed
attempt to open /lib/libgcc.a failed
attempt to open /lib/cyggcc.dll failed
attempt to open /lib/libgcc.dll failed
attempt to open /lib/gcc.dll failed
attempt to open /lib/libgcc.a failed
attempt to open -L/usr/lib/libgcc.dll.a failed
attempt to open -L/usr/lib/gcc.dll.a failed
attempt to open -L/usr/lib/libgcc.a failed
attempt to open -L/usr/lib/cyggcc.dll failed
attempt to open -L/usr/lib/libgcc.dll failed
attempt to open -L/usr/lib/gcc.dll failed
attempt to open -L/usr/lib/libgcc.a failed
attempt to open /usr/lib/w32api/libgcc.dll.a failed
attempt to open /usr/lib/w32api/gcc.dll.a failed
attempt to open /usr/lib/w32api/libgcc.a failed
attempt to open /usr/lib/w32api/cyggcc.dll failed
attempt to open /usr/lib/w32api/libgcc.dll failed
attempt to open /usr/lib/w32api/gcc.dll failed
attempt to open /usr/lib/w32api/libgcc.a failed
attempt to open /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.dll.a failed
attempt to open /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/gcc.dll.a failed
attempt to open /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a succeeded
(/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-3/libgcc.a)_ctors.o
/usr/local/lib/libcygwin.a(libcmain.o)(.text+0x6a):libcmain.c: undefined
reference to `WinMain@16'
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
perlld: *** system() failed to execute
dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
--export-all-symbols --as as --output-def libZlib.def --output-lib libZlib.a
\
 -s -L/usr/local/lib Zlib.o --driver-flags -Wl,--verbose
/usr/lib/perl5/5.6.1/cygwin/CORE/libperl5_6_1.a -L/lib -lz

make: *** [blib/arch/auto/Compress/Zlib/Zlib.dll] Error 1

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2001-04-26 11:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-25  1:16 Problems compiling Compress::Zlib under Perl RUMBLE, PHIL (A-Scotland, ex1)
2001-04-25  2:55 ` AW: " Ralf Habacker
2001-04-25  2:24 RUMBLE, PHIL (A-Scotland, ex1)
2001-04-25 16:50 Neil Lunn
2001-04-26  1:05 Neil Lunn
2001-04-26 11:26 ` Christopher Faylor
2001-04-26  1:16 Neil Lunn

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).