Re: [PATCH Web] Fixing a ld error in Data User-Server Translator Example

2024-10-27 Thread Samuel Thibault
Fixed into using -lpthread, thanks! Zhaoming Luo, le dim. 27 oct. 2024 18:31:03 +0800, a ecrit: > -lthreads cause ld: cannot find -lthreads: No such file or directory error > After removing -lthreads the example can work > > --- > hurd/translator/writing/example.mdwn | 2 +- > 1 file changed, 1

[PATCH Web] Fixing a ld error in Data User-Server Translator Example

2024-10-27 Thread Zhaoming Luo
-lthreads cause ld: cannot find -lthreads: No such file or directory error After removing -lthreads the example can work --- hurd/translator/writing/example.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurd/translator/writing/example.mdwn b/hurd/translator/writing/exa