[IRCServices Coding] ar: no archive members specified
Geoff Byers
geoff at systemred.net
Sat Oct 19 09:51:25 PDT 2002
Im having a little problem compiling, its fine right up untill i get to:
gmake[1]: Entering directory
`/Users/geoff/Desktop/ircservices-5.0.1/modules'
gmake[2]: Entering directory
`/Users/geoff/Desktop/ircservices-5.0.1/modules/chanserv'
ar cru .chanserv.a main_static.o access.o autokick.o check.o set.o
util.o
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 ...]
gmake[3]: *** [main.a] Error 1
gmake[2]: *** [main.a] Error 2
And i cant seam to get past there. Since i dont know what i am doing
with ar, i was hoping someone else might and could let know what flags
i needed so i could add them to the Makerules file. Thanks for your
help.