Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b14a17

Browse files
committed
Move pthread-tests earlier in the autoconf script.
On some Linux systems, "-lrt" exposed pthread-functions, so that linkingwith -lrt was seemingly enough to make a program that uses pthreads towork. However, when linking libpq, the dependency to libpthread was notmarked correctly, so that when an executable was linked with -lpq butwithout -pthread, you got errors about undefined pthread_* functions fromlibpq.To fix, test for the flags required to use pthreads earlier in the autoconfscript, before checking any other libraries.This should fix the failure on buildfarm member shearwater. gharial is alsofailing; hopefully this fixes that too although the failure looks somewhatdifferent.
1 parente97af6c commit3b14a17

File tree

2 files changed

+3868
-3862
lines changed

2 files changed

+3868
-3862
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp