X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/08aa1457cd52a368c210ab76a3da91cfadabea1a..2f7a15bf0111b35a9af62de5c74e13855cb9cea3:/hints/newsos4.sh diff --git a/hints/newsos4.sh b/hints/newsos4.sh index a33cb31..5cbcc53 100644 --- a/hints/newsos4.sh +++ b/hints/newsos4.sh @@ -6,11 +6,10 @@ echo echo 'Compiling Tips:' echo 'When you have found that ld complains "multiple defined" error' echo 'on linking /lib/libdbm.a, do following instructions.' -echo ' cd /tmp (working on /tmp)' echo ' cp /lib/libdbm.a dbm.o (copy current libdbm.a)' echo ' ar cr libdbm.a dbm.o (make archive)' echo ' mv /lib/libdbm.a /lib/libdbm.a.backup (backup original library)' -echo ' cp /tmp/libdbm.a /lib (copy newer one)' +echo ' cp libdbm.a /lib (copy newer one)' echo ' ranlib /lib/libdbm.a (ranlib for later use)' echo @@ -29,6 +28,6 @@ timetype='long' # filemode type is int (not mode_t) modetype='int' # using sprintf(3) instead of gcvt(3) -d_Gconvert='sprintf((b),"%.*g",(n),(x))' +gconvert_preference=sprintf # No POSIX. useposix='false'