Re: Error building python26 on ppc, Tiger

2009-10-10 Thread Randall Perry
Ryan Schmidt wrote: On Oct 9, 2009, at 12:32, Randall Perry wrote: hacklocaledir.c:44: error: 'RTLD_NEXT' undeclared (first use in this function) Google searching this error I see: http://www.macgeek.co.za/2009/05/11/compliation-of-package-x-failed-rtld_next-un declared/ Do you have

Error building python26 on ppc, Tiger

2009-10-09 Thread Randall Perry
Here's my setup Xserve 2Ghz DP G5 OSXS 10.4.11 Macports 1.8.1 gcc 4.0 (also tried 3.3 got same error) Here's the error /usr/bin/gcc-4.0 -o hacklocaledir.so -fPIC -bundle hacklocaledir.c hacklocaledir.c: In function '__open': hacklocaledir.c:44: error: 'RTLD_NEXT' undeclared

Re: Error building python26 on ppc, Tiger

2009-10-09 Thread Ryan Schmidt
On Oct 9, 2009, at 12:32, Randall Perry wrote: hacklocaledir.c:44: error: 'RTLD_NEXT' undeclared (first use in this function) Google searching this error I see: http://www.macgeek.co.za/2009/05/11/compliation-of-package-x-failed-rtld_next-undeclared/ Do you have /usr/local/include/dlfcn.h?