[IRCServices Coding] ar: no archive members specified
Andrew Church
achurch at achurch.org
Thu Oct 24 11:23:14 PDT 2002
I'll fix this for the next release; as a workaround, install GNU "ar"
(from the binutils package) somewhere in your PATH before your system's
"ar".
--Andrew Church
achurch at achurch.org
http://achurch.org/
>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.
>
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding