Charles wrote:
> Gerrit (and others),
> Thanks for the help thus far.
> Needing to get some real work done for now I've downgraded to perl
> 5.6.1... libwin32 builds okay except for Win32::Job. I hacked in a
> dummy Makefile to just skip over it.
> In all cases I've been using Rafael Kitover
Gerrit (and others),
Thanks for the help thus far.
Needing to get some real work done for now I've downgraded to perl
5.6.1... libwin32 builds okay except for Win32::Job. I hacked in a
dummy Makefile to just skip over it.
In all cases I've been using Rafael Kitover's patch... announced this
Hallo Charles,
Am Mittwoch, 22. Oktober 2003 um 04:01 schriebst du:
> Igor,
> Here's what's getting produced by make:
> gcc -shared -o File.dll -Wl,--out-implib=libFile.dll.a
> -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608
> -L/usr/local/lib -L/usr/local/lib -L/usr/lib
Igor,
Here's what's getting produced by make:
gcc -shared -o File.dll -Wl,--out-implib=libFile.dll.a
-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608
-L/usr/local/lib -L/usr/local/lib -L/usr/lib/w32api
-I/usr/include/w32api -s File.o
/usr/lib/perl5/5.8.0/cygwin-multi-64in
Charles,
Linkers like forward references, and don't understand back references.
The libraries should go to the very end of the line, after the object
files (and I believe the *FLAGS vars usually get put right after the
executable). You might need to use some other variable for this.
If the libra
Okay... (just now getting back to this).
Thanks for the pointer... but it must be something else.
Since the build is failing in APIFile I've added this to APIFile/Makefile
LDDLFLAGS = -L/usr/lib/w32api -lkernel32 -I/usr/include/w32api
When I run 'make' I do see that the gcc line in question n
Charles schrieb:
> Howdy,
> I'm also seeing the same problem as Paul when trying to compile
> libwin32-0.191 (patched) on cygwin. This is with both gcc 3.3.1 and gcc
> 3.2 20020927 (prerelease) .
> Any suggestions? Here's what "make" is giving me (with gcc 3.2):
Try adding libkernel32.a (-L/
On Wed, 2003-10-01 at 04:57, Charles Owens wrote:
> Howdy,
>
> I'm also seeing the same problem as Paul when trying to compile
> libwin32-0.191 (patched) on cygwin. This is with both gcc 3.3.1 and gcc
> 3.2 20020927 (prerelease) .
As a followup to my last message,
The reason that I wanted lib
Howdy,
I'm also seeing the same problem as Paul when trying to compile
libwin32-0.191 (patched) on cygwin. This is with both gcc 3.3.1 and gcc
3.2 20020927 (prerelease) .
Any suggestions? Here's what "make" is giving me (with gcc 3.2):
make[1]: Entering directory `/home/owensc/dev/libwin32-0
Paul W wrote:
I'm trying to install the perl libwin32 package under cygwin. I'm
following the steps given in this message:
Strange error, the functions are in the Windows DLL: kernel32.dll
Have you installed the w32api package ( ls /usr/lib/w32api )?
Yep, that's there and /usr/lib/w32api/libkerne
On Mon, 2003-09-22 at 16:49, Gerrit P. Haase wrote:
> Paul schrieb:
>
> > Hello all,
>
> > I'm trying to install the perl libwin32 package under cygwin. I'm
> > following the steps given in this message:
>
> Strange error, the functions are in the Windows DLL: kernel32.dll
> Have you installed t
Paul schrieb:
> Hello all,
> I'm trying to install the perl libwin32 package under cygwin. I'm
> following the steps given in this message:
> http://sources.redhat.com/ml/cygwin/2003-01/msg00581.html
[...]
> ... Lots more link errors ...
> File.o(.text+0x18b31):File.c: undefined reference to
Hello all,
I'm trying to install the perl libwin32 package under cygwin. I'm
following the steps given in this message:
http://sources.redhat.com/ml/cygwin/2003-01/msg00581.html
, downloaded the source and the patch applies without errors, but I hit
a bunch of what looks like linking errors when
13 matches
Mail list logo