Re: [RDD] Trouble compiling (missing -lpthread option for CAE)

2012-03-15 Thread Fred Gleason
On Mar 15, 2012, at 05:27 57, Sébastien Leblanc wrote: > I had problems compiling the latest Rivendell release (2.1.3). When > getting to compile 'cae', I would get this error: > http://pastebin.com/dNCQNNB5 (undefined reference to symbol > 'pthread_create@@GLIBC_2.2.5') > > I managed to make it

Re: [RDD] Trouble compiling (missing -lpthread option for CAE)

2012-03-15 Thread Sébastien Leblanc
I forgot to mention that I am using Arch Linux, which follows some particular guidelines concerning the FHS (Filesystem Hierarchy Standard). Namely, packages should not add files in /usr/libexec or /usr/local. Scripts in the user repository must call "make install" with a specific $(DESTDIR) varia

[RDD] Trouble compiling (missing -lpthread option for CAE)

2012-03-15 Thread Sébastien Leblanc
Hello all, I had problems compiling the latest Rivendell release (2.1.3). When getting to compile 'cae', I would get this error: http://pastebin.com/dNCQNNB5 (undefined reference to symbol 'pthread_create@@GLIBC_2.2.5') I managed to make it compile by adding '-lpthread' to the command line. Then