-
Notifications
You must be signed in to change notification settings - Fork 550
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
Not OK: perl 5.00558 on i386-freebsd-thread 4.0-current (UNINSTALLED) #258
Comments
From @tobezThere is one more things that changed in 4.0 recently - the version of Inline Patch--- /home/tobez/src/perl/hints/freebsd.sh Tue Jul 20 19:17:58 1999
+++ /home/tobez/src/freebsd.sh Tue Jul 27 20:07:14 1999
@@ -121,6 +121,13 @@
;;
esac
+case "$osvers" in
+4.0*)
+ if /usr/bin/file /usr/lib/libc.so.3 | /usr/bin/grep -vq "not stripped" ; then
+ usenm=false
+ fi
+esac
+
cat <<'EOM' >&4
Some users have reported that Configure halts when testing for
@@ -164,7 +171,7 @@
cat > UU/usethreads.cbu <<'EOCBU'
case "$usethreads" in
$define|true|[yY]*)
- lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'`
+ lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|tail -1`
case "$osvers" in
2.2.8*|3.*|4.*)
if [ ! -r "$lc_r" ]; then
Customary :-) failure of pragma/warning is there as well. Perl Info
|
Migrated from rt.perl.org#1075 (status was 'resolved')
Searchable as RT1075$
The text was updated successfully, but these errors were encountered: