develooper Front page | perl.perl5.porters | Postings from September 2003

nit to hints/freebsd.sh

Thread Next
From:
Enache Adrian
Date:
September 10, 2003 10:54
Subject:
nit to hints/freebsd.sh
Message ID:
20030910165059.GB1321@ratsnest.hole
The -pthread switch isn't needed at all, but it does cause trouble when
you want to change libc_r to something else (libthr, libpthread, etc).

--- /arc/bleadperl/hints/freebsd.sh	2003-09-05 17:27:21.000000000 +0300
+++ ./hints/freebsd.sh	2003-09-10 16:19:15.000000000 +0300
@@ -222,7 +222,6 @@
 EOM
 		 exit 1
 	      fi
-	      ldflags="-pthread $ldflags"
 	      case "$osvers" in
 	      # Both in 4.x and 5.x gethostbyaddr_r exists but
 	      # it is "Temporary function, not threadsafe"...

Regards,
Adi

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About