Ulrik Günther wrote: > LDFLAGS just contains some additional library directories. Yes, but it breaks distutils : it does not do what you think it does (unfortunately). LDFLAGS *overwrites* the flags used by distutils, and are not prepended. cheers, David