From: SourceForge.net <no...@so...> - 2003-02-18 21:11:35
|
Bugs item #689033, was opened at 2003-02-18 13:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=689033&group_id=7869 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with "ar" in make smartpointer (Mac OS X Jaguar 10.2 Initial Comment: Problem with "ar" when $make ing in Mac OS X Jaguar (10.2), I'm sort of new to make and all of that, so I couldnt even find where ar is called, look: [alumina:~/Desktop/mysqlcppapi-1.9.2] pipo% make /bin/sh ./config.status --recheck running /bin/sh ./configure --with-mysql=/usr/local --no-create --no-recursion make all-recursive Making all in mysqlcppapi Making all in datetime make[3]: Nothing to be done for `all'. Making all in exceptions make[3]: Nothing to be done for `all'. Making all in fields make[3]: Nothing to be done for `all'. Making all in query make[3]: Nothing to be done for `all'. Making all in query_results make[3]: Nothing to be done for `all'. Making all in row make[3]: Nothing to be done for `all'. Making all in smartpointer /bin/sh ../../libtool --mode=link gcc -g -O2 -o libsmartpointer.la rm -fr .libs/libsmartpointer.la .libs/libsmartpointer.* .libs/libsmartpointer.* ar cru .libs/libsmartpointer.al ar: no archive members specified usage: ar -d [-TLsv] archive file ... ar -m [-TLsv] archive file ... ar -m [-abiTLsv] position archive file ... ar -p [-TLsv] archive [file ...] ar -q [-cTLsv] archive file ... ar -r [-cuTLsv] archive file ... ar -r [-abciuTLsv] position archive file ... ar -t [-TLsv] archive [file ...] ar -x [-ouTLsv] archive [file ...] make[3]: *** [libsmartpointer.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 [alumina:~/Desktop/mysqlcppapi-1.9.2] pipo% ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=689033&group_id=7869 |