still probs to compile python-ldap on macosx

J.Scholtes scholtes at fh-aachen.de
Mon Nov 4 13:13:57 CET 2002


Hi Folks.

I still have problems to compile python-ldap on macosx.
When I took a closer look to the output of the build-script I might 
have found  one Problem.
Here is the line of the gcc-call:

##
gcc -arch i386 -arch ppc -bundle -flat_namespace -undefined suppress 
build/temp.darwin-6.1-Power Macintosh-2.2/LDAPObject.o 
build/temp.darwin-6.1-Power Macintosh-2.2/common.o 
build/temp.darwin-6.1-Power Macintosh-2.2/constants.o 
build/temp.darwin-6.1-Power Macintosh-2.2/errors.o 
build/temp.darwin-6.1-Power Macintosh-2.2/functions.o 
build/temp.darwin-6.1-Power Macintosh-2.2/schema.o 
build/temp.darwin-6.1-Power Macintosh-2.2/ldapmodule.o 
build/temp.darwin-6.1-Power Macintosh-2.2/linkedlist.o 
build/temp.darwin-6.1-Power Macintosh-2.2/message.o 
build/temp.darwin-6.1-Power Macintosh-2.2/version.o 
build/temp.darwin-6.1-Power Macintosh-2.2/options.o 
-L/usr/local/openldap-REL_ENG_2_1/lib 
-Wl,-R/usr/local/openldap-REL_ENG_2_1/lib -lldap -llber -o 
build/lib.darwin-6.1-Power Macintosh-2.2/_ldap.so
##

I think the Problem is the space in the path:
build/temp.darwin-6.1-Power Macintosh-2.2/xxxx
                                                 ^^^^
Where can I find the gcc-call to modify the path to something without a 
space ?

  best regards
juergen







More information about the python-ldap mailing list