[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure + make fails on AIX due to missing -lpthread
From: |
Thien-Thi Nguyen |
Subject: |
Re: configure + make fails on AIX due to missing -lpthread |
Date: |
Fri, 23 Jan 2015 09:07:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
() Michael Felt <address@hidden>
() Thu, 22 Jan 2015 22:55:01 +0100
I am off to bed - but what files would you like besides
config.log, Makefile for starts here.
Thanks.
The simple bit is configure determines that it is
pthread:posix, adds the -lpthread to some Makefile arguments,
but never includes those in the cc commands to create the
programs.
Right. That's because such functionality is not needed. So the
problem really is why the configure script generates such vars
in the first place.
And I shall rerun everything tomorrow. I shall add the
-bnoquiet option and it shall reveal where the calls to
pthread are coming from.
After some digging, i see that "./configure --help" output
includes the lines:
--enable-threads={posix|solaris|pth|windows}
specify multithreading API
--disable-threads build without multithread safety
so i would ask you to include ‘--disable-threads’ in the
configure invocation. I will arrange for that to be the default
in the next release.
Check in the Makefile - there are variables defined that are
never used by cc to link the programs.
Right. That part of the flow is correct (RCS doesn't care about
threads).
As to previous builds - I have not built it before. I saw it
in the announcements and remember rcs as a program I used
over 25 years ago. Been forced to use cvs and svm pretty much
the last 10-15 years - and they have yet newer systems
thought up it seems.
Well, i hope we can resolve these issues so that you might find
RCS useful (or at least fun to play with) henceforth.
--
Thien-Thi Nguyen
GPG key: 4C807502
(if you're human and you know it)
read my lisp: (responsep (questions 'technical)
(not (via 'mailing-list)))
=> nil
signature.asc
Description: PGP signature
- configure + make fails on AIX due to missing -lpthread, Michael Felt, 2015/01/22
- Re: configure + make fails on AIX due to missing -lpthread, Thien-Thi Nguyen, 2015/01/22
- Re: configure + make fails on AIX due to missing -lpthread, Michael Felt, 2015/01/22
- Re: configure + make fails on AIX due to missing -lpthread,
Thien-Thi Nguyen <=
- Re: configure + make fails on AIX due to missing -lpthread, Michael Felt, 2015/01/23
- Re: configure + make fails on AIX due to missing -lpthread, Michael Felt, 2015/01/23
- Re: configure + make fails on AIX due to missing -lpthread, Michael Felt, 2015/01/23
- Re: configure + make fails on AIX due to missing -lpthread, Thien-Thi Nguyen, 2015/01/23
- Re: configure + make fails on AIX due to missing -lpthread, Michael Felt, 2015/01/23