Date: Wed, 15 Jul 1998 16:56:48 -0400 From: Spider Boardman Message-Id: <199807152056.QAA369057@web.zk3.dec.com> To: perlbug@perl.com Subject: [PATCH _75] dec_osf hints still wrong This is a bug report for perl from spider@web.zk3.dec.com, generated with the help of perlbug 1.26 running under perl 5.00475. ----------------------------------------------------------------- [Please enter your report here] The list of places to check for shared libs is still wrong in the dec_osf.sh hints file. There are claims in there that my earlier changes "break the build", even though they work on all systems available to me. I'm leaving the useshrplib=true default off, since it's the one that'll confuse someone the most (if trying to build the same version over again after it's been installed already). The fixes for the shared library search order, though, are necessary. --- hints/dec_osf.sh.~1~ Thu May 14 17:57:14 1998 +++ hints/dec_osf.sh Wed Jul 15 16:50:18 1998 @@ -121,11 +121,8 @@ # no attempt to figure out the additional location(s) searched by # gcc, since not all versions of gcc are easily coerced into # revealing that information. -# -# This or the new useshrplib default below breaks the build. -# Commented out for this snapshot. -#glibpth="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc" -#glibpth="$glibpth /usr/lib /usr/local/lib /var/shlib" +glibpth="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc" +glibpth="$glibpth /usr/lib /usr/local/lib /var/shlib" # dlopen() is in libc libswanted="`echo $libswanted | sed -e 's/ dl / /'`" [Please do not change anything below this line] ----------------------------------------------------------------- --- Site configuration information for perl 5.00475: Configured by spider at Wed Jul 15 16:05:18 EDT 1998. Summary of my perl5 (5.0 patchlevel 4 subversion 75) configuration: Platform: osname=dec_osf, osvers=5.0, archname=alpha-thread uname='osf1 web.zk3.dec.com t5.0 588.4 alpha ' hint=previous, useposix=true, d_sigaction=define usethreads=define useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='-g3 -O4', gccversion= cppflags='-std -pthread -I/usr/local/include -DDEBUGGING -DDEBUGGING_OPS -D_INTRINSICS -Drand=__random -Dsrand=__srandom -ieee' ccflags ='-std -pthread -I/usr/local/include -DDEBUGGING -DDEBUGGING_OPS -D_INTRINSICS -Drand=__random -Dsrand=__srandom -fprm d -ieee' stdchar='unsigned char', d_stdstdio=define, usevfork=false intsize=4, longsize=8, ptrsize=8, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='ld', ldflags ='-std -msym -g3 -O4 -L/usr/local/lib' libpth=/usr/local/lib /usr/shlib /shlib /lib /usr/lib /usr/ccs/lib libs=-lm -lpthread -lexc libc=/usr/shlib/libc.so, so=so, useshrplib=true, libperl=libperl.so Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-rpath,/local/opt/ntperl5.00475/lib/5.00475/alpha-thread/CORE' cccdlflags=' ', lddlflags='-shared -msym -expect_unresolved "*" -g3 -O4 -std -L/usr/local/lib' Locally applied patches: DEVEL_BETA_ISSUE_1 - 5.005 Public Beta, Issue 1 --- @INC for perl 5.00475: lib /local/opt/ntperl5.00475/lib/5.00475/alpha-thread /local/opt/ntperl5.00475/lib/5.00475 /local/opt/ntperl5.00475/lib/site_perl/5.00475/alpha-thread /local/opt/ntperl5.00475/lib/site_perl/5.00475 . --- Environment for perl 5.00475: HOME=/users/spider LANG (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/users/spider/bin/OSF1/alpha:/users/spider/bin:/usr/local/OSF1/alpha/bin:/usr/local/share:/usr/local/OSF1/alpha/sbin:/usr/local/etc:/usr/local:/tcb/bin:/usr/bin/mh:/usr/ccs/bin:/usr/bin:/usr/lbin:/usr/bin/X11:/usr/sbin:/sbin:/etc:/usr/field:. PERL_BADLANG (unset) SHELL=/usr/bin/ksh