summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-15 22:52:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-15 22:52:32 +0900
commit99e229125ee233bce9b3a1424b1f828350e1ef33 (patch)
treef687f23a0a0ec4b975409eda4556d8420f5c56ef /INSTALL
parent04c8d737804890585589b6f5a528c68b31762999 (diff)
downloadkvirc-drop/old-thread-support.tar.gz
kvirc-drop/old-thread-support.zip
Remove code related to obsoleted thread librariesdrop/old-thread-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 0 insertions, 24 deletions
diff --git a/INSTALL b/INSTALL
index ec45a81..19d9c60 100644
--- a/INSTALL
+++ b/INSTALL
@@ -165,18 +165,6 @@ General notes for the installation of the 3.4.0 release of KVIrc
If you don't have it (the configure script will tell you)
you can download it from your favorite GNU mirror.
- On Solaris you can use the native libthread.so library instead
- but you will have to pass the specific option to configure (see below).
- FreeBSD has a native implementation of pthreads in libc_r and
- the gcc compiler has a special -pthread flag to link to it.
- If you're on FreeBSD, use the --with-freebsd-pthread configure
- option and make sure that you don't have other pthread wrappers
- installed (that might collide with the native header files).
-
- The configure script will also fail if the library is
- hidden somewhere on your system (eg. not in /lib , /usr/lib or
- /usr/local/lib): you should probably move it.
-
- You need the dynamic linker interface library libdl.so.
@@ -478,18 +466,6 @@ General notes for the installation of the 3.4.0 release of KVIrc
It also eats some executable size.
So this option allows to disable the pseudo-transparency.
- --with-solaris-lthread
- If you're on Solaris and don't have the pthread library (A wrapper
- I guess) you might try this option: it attempts to use the native
- Solaris threading support.
-
- --with-freebsd-pthread
- If you're on FreeBSD, you NEED this option. This enables the usage
- of the native FreeBSD pthread implementation found in libc_r.
- This requires you to use the native gcc compiler: it has a special
- -pthread flag that enables the linkage to libc_r instead
- of plain libc.
-
--with-libresolv
Link to libresolv. I guess that this is required for Solaris