Buliding DSFML2? (64-bit Linux)
Jonathan M Davis
jmdavisProg at gmx.com
Fri Mar 18 18:04:36 PDT 2011
On Friday, March 18, 2011 17:56:44 Sean Eskapp wrote:
> I've been trying for weeks to build the D bindings of SFML2, but with
> little success. The main issue is that I get a myriad of linker errors
> (documented at http://www.sfml-dev.org/forum/viewtopic.php?p=28345#28345),
> but I can't figure out what linking options would solve them.
>
> Can anybody shed some light on this?
Just glancing at it, it looks like you might be missing pthreads, though that
would be pretty weird. You don't normally need to specify -lpthread. But those
symbols sure look like they're likely pthread-related.
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list