Skip Menu |

This queue is for tickets about the IPC-SysV CPAN distribution.

Report information
The Basics
Id: 518
Status: resolved
Priority: 0/
Queue: IPC-SysV

People
Owner: Nobody in particular
Requestors: cjacobsen [...] gmx.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Error building on RedHat 7.2
make gives this error : # make gcc -c -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -fPIC -I/usr/lib/perl5/5.6.0/i386-linux/CORE SysV.c SysV.xs: In function `XS_IPC__SysV_ftok': SysV.xs:192: `sv_undef' undeclared (first use in this function) SysV.xs:192: (Each undeclared identifier is reported only once SysV.xs:192: for each function it appears in.) make: *** [SysV.o] Error 1 RedHat Linux 7.2 # gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) # perl -v This is perl, v5.6.0 built for i386-linux Christian Jacobsen
From: cjacobsen [...] mail.stella.de
To: bug-IPC-SysV [...] rt.cpan.org
Subject: RE: [cpan #518] AutoReply: Error building on RedHat 7.2
Date: Thu, 25 Apr 2002 10:55:37 +0200
Hallo, Tim Smith found the answer :) : Show quoted text
> From: Tim Smith [mailto:tim@cdswebinc.com] > Sent: Thursday, 25 April, 2002 05:32 > To: cjacobsen@gmx.de > RE: IPC Install bug > > > The answer is to run the following commands: > > perl Makefile.PL POLLUTE=1 > make > make test > make install > > See this URL http://igloo.its.unimelb.edu.au/Webmail/tips/msg00543.html
for Show quoted text
> more info about the compile issue. > > Regards, > Tim.
Show quoted text
-----Ursprüngliche Nachricht----- From: IPC-SysV [mailto:bug-IPC-SysV@rt.cpan.org] Sent: Wednesday, 24 April, 2002 11:55 To: cjacobsen@gmx.de [cpan #518] AutoReply: Error building on RedHat 7.2 Greetings, This message has been automatically generated in response to your bug report about IPC-SysV, a summary of which appears below. There is no need to reply to this message right now. Your bug in IPC-SysV has been assigned an ID of [cpan #518]. Please include the string: [cpan #518] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-IPC-SysV@rt.cpan.org ------------------------------------------------------------------------- make gives this error : # make gcc -c -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -fPIC -I/usr/lib/perl5/5.6.0/i386-linux/CORE SysV.c SysV.xs: In function `XS_IPC__SysV_ftok': SysV.xs:192: `sv_undef' undeclared (first use in this function) SysV.xs:192: (Each undeclared identifier is reported only once SysV.xs:192: for each function it appears in.) make: *** [SysV.o] Error 1 RedHat Linux 7.2 # gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) # perl -v This is perl, v5.6.0 built for i386-linux Christian Jacobsen