-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib #378
Comments
From bjepson@home.comWhen I compile Perl 5.005_60 on SPARC/Linux, I get many error messages cc -shared -L/usr/local/lib -o libperl.so perl.o gv.o toke.o perly.o op.o sv.o: In function `Perl_sv_2pv': Similar messages appear for Perl_sv_2bool, Perl_sv_setsv, Perl_sv_magic, make: *** [libperl.so] Error 1 Configuration I configured it with: sh Configure -Dprefix=/opt/perl -Duseshrplib -Doptimize='-g' -Uusemymalloc and I removed POSIX from the list of extensions, because I have had Other information: The Linux distribution is Debian 2.1. $ uname -a libc='/lib/libc-2.0.105.so' $ cc -v This error also occurs if I use egcc as my compiler: $ egcc -v ========================
|
From [Unknown Contact. See original ticket]I forgot to add that my Linux kernel was built with SMP support. On Fri, 13 Aug 1999, Brian Jepson wrote:
Brian Jepson * (bjepson@home.com) * http://users.ids.net/~bjepson |
From [Unknown Contact. See original ticket]Brian Jepson <bjepson@home.com> writes:
Looks like shared lib hints for Linux/SPARC need to set -fPIC rather -- |
From [Unknown Contact. See original ticket]On Fri, 13 Aug 1999, Nick Ing-Simmons wrote:
Thanks - here is what I fed to Configure: -Dprefix=/opt/perl -Duseshrplib -Doptimize=-g -Uusemymalloc -Dcccdlflags=-fPIC -des It built OK, but failed a few tests: op/grent............FAILED at test 1 |
From [Unknown Contact. See original ticket]Brian Jepson <bjepson@home.com> writes:
I seem to recall that is a known problem with some /etc/group
I think that is generic fail on _60.
Those two are generic. |
Migrated from rt.perl.org#1213 (status was 'resolved')
Searchable as RT1213$
The text was updated successfully, but these errors were encountered: