Subject: Re: problems building some of the xmms plugins....
To: NetBSD Packages Technical Discussion List <tech-pkg@netbsd.org>
From: Robert Elz <kre@munnari.OZ.AU>
List: tech-pkg
Date: 11/03/2001 15:15:28
Date: Fri, 2 Nov 2001 22:19:00 -0500 (EST)
From: woods@weird.com (Greg A. Woods)
Message-ID: <20011103031900.2F396C0@proven.weird.com>
| I've just been testing a package for xmms-nas, and thought I'd try some
| of the other plugins too, only to encounter some problems building them:
| cc: cannot specify -o with -c or -S and multiple compilations
|
| I don't even see what's wrong here -- where's the "multiple
| compilations" coming from? There's only one source file there as far as
| I can see, and no '-S' that I can see either....
Perhaps ..
cc [opts deleted] /opt -c vismsa.c -fPIC -DPIC -o .libs/vismsa.o
^^^^ ^^^^^^^^
two source files (one of which almost certainly isn't intended to be there).
No guesses as to why, but perhaps this will help someone else who has
a better idea what is going on.
kre