CL-SQL Install Error
Jon Blaze <[email protected]> Thu, 27 May 2010 18:55:19 -0500
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
When installing CLSQL, I get an error that I can't find much help dealing with. The error occurs when trying to run the make file for uffi and clsql_mysql. The error I get is the following (specifically for clsql_mysql, but for uffi it is almost identical): cc -I /usr/local/include/mysql -I /usr/include/mysql -I /sw/include/mysql -I /opt/local/include/mysql -I /opt/local/include/mysql5/mysql -I /usr/local/mysql/include -arch x86_64 -arch i386 -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress clsql_mysql.c -o clsql_mysql.dylib ld: duplicate symbol dyld_stub_binding_helper in /usr/lib/bundle1.o and /usr/lib/bundle1.o for architecture i386 collect2: ld returned 1 exit status ld: duplicate symbol dyld_stub_binding_helper in /usr/lib/bundle1.o and /usr/lib/bundle1.o for architecture x86_64 collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/Mt/Mt5NUX+7GQ8CyKnbQs3Zek+++TI/-Tmp-//ccmSws5i.out (No such file or directory) make: *** [clsql_mysql.so] Error 1 Does anyone have any suggestions to fix the problem? I'm using SBCL with Mac 10.5.8. Thanks in advance. _______________________________________________ CLSQL mailing list [email protected] http://lists.b9.com/cgi-bin/mailman/listinfo/clsql