Re: [E-devel] missing lib pthread when building eclair

2006-01-14 Thread ilLogict
Dans son message intitulé "[E-devel] missing lib pthread when building eclair", Pomarede Nicolas <[EMAIL PROTECTED]> nous a dit : Hello, using easy_e17.sh to compile everything with yesterday cvs, eclair could not be built, ld was complaining about missing functions relating

[E-devel] missing lib pthread when building eclair

2006-01-14 Thread Pomarede Nicolas
Hello, using easy_e17.sh to compile everything with yesterday cvs, eclair could not be built, ld was complaining about missing functions relating to phtread. My quick fix was to modify apps/eclair/src/Makefile.am and to add '-lpthread' to eclair_LDADD : eclair_LDADD = \ @evas_libs@ \ @eco