I cant compile torque 6.1.3

./configure: line 19202: ac_fn_c_check_member: command not found
checking for struct stat64.st_mode… yes
checking if largefile compiles (looking at you, OSX)… checking for pthread_create in -lpthread… no
configure: error: TORQUE needs pthreads in order to build

This should be part of the compiler itself.
Can you run gcc --version and show its output.

Also, how are you installing Torque? Via AUR or by compiling source manually?

Compilling manually

gcc --version
gcc (GCC) 13.1.1 20230429
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Could you link me to a tarball for version 6.1.3?

The latest I see on their github is 5.1.1

https://src.fedoraproject.org/lookaside/pkgs/torque/torque-6.1.3.tar.xz/

The AUR package is also at 6.1.3, and that compiles for me. Have you tried that?

yay -S aur/torque

Looking at its pkgbuild, seems like it does some minor changes to get it working.

2 Likes

It works. Thanks

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.