distutils link arguments BEFORE object files?

Seth Delackner seth at jtan.com
Mon Sep 16 14:12:26 EDT 2002


I'm trying to build PyOpenGL on a new platform (OS X) and I've hit a snag.

the link phase needs an argument "-framework AGL" to appear before the 
.o files on the argument list.  If I specify extra_link_args="-framework 
AGL" then that argument is appended to the end of the entire argument 
list.  How do I make the arguments appear where I need them?




More information about the Python-list mailing list