aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linuxthreads/pkg-message
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-11-30 17:07:29 +0800
committerjulian <julian@FreeBSD.org>1999-11-30 17:07:29 +0800
commitc225606277e9b01fe41c9842c8e687e707287141 (patch)
tree31546813e4bca8903bfb6553b39596cb47fd30b3 /devel/linuxthreads/pkg-message
parentaf129845e14e0bb912ffda5e81ee479f613a79e4 (diff)
downloadfreebsd-ports-gnome-c225606277e9b01fe41c9842c8e687e707287141.tar.gz
freebsd-ports-gnome-c225606277e9b01fe41c9842c8e687e707287141.tar.zst
freebsd-ports-gnome-c225606277e9b01fe41c9842c8e687e707287141.zip
Reviewed by: Russell Carter
Submitted by: "Richard Seaman, Jr." <dick@tar.com> Native FreeBSD port of the linuxthreads library Includes added files and stuff you need to add to the rest of your system. This is for -current I'm sure Richard's older version might be a good place to start for a 3.x version.
Diffstat (limited to 'devel/linuxthreads/pkg-message')
-rw-r--r--devel/linuxthreads/pkg-message19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/linuxthreads/pkg-message b/devel/linuxthreads/pkg-message
new file mode 100644
index 000000000000..d9a3a341431f
--- /dev/null
+++ b/devel/linuxthreads/pkg-message
@@ -0,0 +1,19 @@
+
+
+NOTES: This package is intended to run on FreeBSD 4.0-current or
+FreeBSD 3.X, with sources more recent than March 1, 1999.
+
+This package does not currently work on an SMP machine. It also only
+works on i386 architectures.
+
+Compile your applications that use Linux Threads with the following
+command line options:
+
+ -D_THREAD_SAFE -DLINUXTHREADS -lpthread
+or (equivalently):
+ -D_THREAD_SAFE -DLINUXTHREADS -kthread
+
+DO NOT use libc_r with Linux Threads, and do not compile/link with
+the -pthread option (which pulls in libc_r). DO link with libc
+(which you will get by default).
+