Mike Jumper created GUACAMOLE-2066:
--------------------------------------
Summary: C unit tests fail to link under some platforms
Key: GUACAMOLE-2066
URL: https://issues.apache.org/jira/browse/GUACAMOLE-2066
Project: Guacamole
Issue Type: Bug
Components: libguac
Reporter: Mike Jumper
The new unit tests for recently introduced parts of libguac like {{guac_fifo}}
fail to link correctly under some platforms, producing errors like the
following:
{code:none}
/usr/bin/ld: fifo/test_libguac-fifo.o: undefined reference to symbol
'pthread_create@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from
command line
collect2: error: ld returned 1 exit status
{code}
This does not occur on _all_ platforms, but seems to occur on a few older
distribution versions:
* Ubuntu 18.04 LTS ("Bionic")
* Debian 11.11 ("Bullseye")
--
This message was sent by Atlassian Jira
(v8.20.10#820010)