看板 DFBSD_bugs 關於我們 聯絡資訊
Jeroen Ruigrok/asmodai wrote: > -On [20050223 15:42], YONETANI Tomokazu (qhwt+dfly@les.ath.cx) wrote: > >>I just committed a fix for libtool15, which was using <bsd.port.mk> >>instead of <bsd.dfport.mk>. > > > Ahh, arigatou YONETANI-san. We are very lucky to have such a master detective on the DFly team. I just reinstalled libtool15 after cvsup'ing and I was hoping that it would solve the problem I posted to users@ this morning, but it did not :o( To recap briefly: while building the libgnome port I get an error due to a missing -pthread flag. If I add the -pthread flag by hand it all works fine. The place I chose to add the '-pthread' was in the file libgnome-2.la, which of course was generated by libtool15. My question is: is the .la file the proper place for a '-pthread', or should it go in a Makefile? In either case there is a problem with the libgnome port and I would love to understand exactly what the problem is so I can submit patches instead of complaints ;o) Thanks!