FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › make fails at ar
- This topic has 1 reply, 2 voices, and was last updated 17 years, 6 months ago by rpedde.
-
AuthorPosts
-
26/03/2007 at 5:30 PM #1206simsbGuest
Hello,
after running an earlier version [909] installed with ipkg I’m trying to compile 1498. This is on an NSLU2 running OpenSlug so there aren’t any binaries available as far as I can tell?The ./configure stage has run ok but make stops with an error from the version of the ar utility on OpenSlug. Any ideas how to get round this one?
cheers
Ben
ar cru .libs/out-daap.a out-daap.o out-daap-proto.o
BusyBox v1.01 (2006.06.09-14:27+0000) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive.
Options:
-o preserve original dates
-p extract to stdout
-t list
-x extract
-v verbosely list files processed
make[3]: *** [out-daap.la] Error 1
27/03/2007 at 2:35 AM #9677rpeddeParticipant@simsb wrote:
Hello,
after running an earlier version [909] installed with ipkg I’m trying to compile 1498. This is on an NSLU2 running OpenSlug so there aren’t any binaries available as far as I can tell?The ./configure stage has run ok but make stops with an error from the version of the ar utility on OpenSlug. Any ideas how to get round this one?
cheers
Ben
ar cru .libs/out-daap.a out-daap.o out-daap-proto.o
BusyBox v1.01 (2006.06.09-14:27+0000) multi-call binary
Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
Extract or list FILES from an ar archive.
Options:
-o preserve original dates
-p extract to stdout
-t list
-x extract
-v verbosely list files processed
make[3]: *** [out-daap.la] Error 1
I think you’ll need the full-on binutils ar, rather than just the busybox one. The busybox one looks to only be able to extract, not create archives.
— Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.