Skip to content
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

perl5.005_03 build for OpenServer 5.0.5 #704

Closed
p5pRT opened this issue Oct 12, 1999 · 1 comment
Closed

perl5.005_03 build for OpenServer 5.0.5 #704

p5pRT opened this issue Oct 12, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Oct 12, 1999

Migrated from rt.perl.org#1606 (status was 'resolved')

Searchable as RT1606$

@p5pRT
Copy link
Author

p5pRT commented Oct 12, 1999

From hops@sco.com

Resending as original seems to have been lost.

Heres some updates for a clean build on SCO OpenServer5.0.5

Problems :
  test fails - DB_File cannot resolve fsync
 
  if GDBM configured/detected, test fails - GDBM cannot resolve fsync

Fix DB_File​:
  add hints file ext/DB_File/hints/sco.pl

# osr5 needs to explicitly link against libc to pull in some static symbols
$self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;

Fix GDBM​:

Add hints ext/GDBM/hints/sco.pl

# SCO OSR5 needs to link with libc.so again to have C<fsync> defined
$self->{LIBS} = ['-lgdbm -lc'];

Perl Info


Site configuration information for perl 5.00503:

Configured by hops at Sun Sep 26 17:20:52 PDT 1999.

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=sco, osvers=3.2v5.0.5, archname=i386-sco
    uname='sco_sv charmstr 3.2 5.0.5 i386 '
    hint=previous, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='-O0', gccversion=
    cppflags='-U M_XENIX -D PERL_SCO -D PERL_SCO5 -w0 -belf -I/usr/local/include'
    ccflags ='-U M_XENIX -D PERL_SCO -D PERL_SCO5 -w0 -belf -I/usr/local/include'
    stdchar='unsigned char', d_stdstdio=undef, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=undef, longlongsize=, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
    libs=-lintl -lsocket -lnsl -lndbm -lgdbm -ldbm -ldb -lm -lcrypt -lPW -lx
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl5.so
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Bexport -L/usr/local/lib'
    cccdlflags='-Kpic', lddlflags='-G -L/usr/local/lib'

Locally applied patches:
    


@INC for perl 5.00503:
    /usr/local/lib/perl5/5.00503/i386-sco
    /usr/local/lib/perl5/5.00503
    /usr/local/lib/perl5/site_perl/5.005/i386-sco
    /usr/local/lib/perl5/site_perl/5.005
    .


Environment for perl 5.00503:
    HOME=/u1/hops
    LANG=C
    LANGUAGE (unset)
    LD_LIBRARY_PATH=/u1/hops/src1/skw/perl5/perl5.005_03
    LOGDIR (unset)
    PATH=/u1/hops/bin:/u1/hops/bin/tcl::/usr/bin/X11:/usr/local/bin:/bin:/usr/bin:/opt/bin:/usr/sco/bin:/u1/hops/java/bin:/usr/java/bin:/usr/etc:/etc
    PERL_BADLANG (unset)
    SHELL=/usr/local/bin/bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant