hi all,
a fresh checkout from cvs of externals: /build/linux make
...
gcc -Wl,-export_dynamic -shared -o "m2f~.pd_linux" "m2f~.o" -lc -lm
test -f m2f~.libs && cat m2f~.libs
test -f ../src/m2f~.libs && cat ../src/m2f~.libs
chmod a-x "m2f~.pd_linux"
strip --strip-unneeded -R .note -R .comment m2f~.pd_linux
rm -f "m2f~.o"
make: *** No rule to make target makefile.common', needed by
all'. Stop.
patrick
"make -k" will get around that, or "rm
externals/build/src/makefile.common
I removed it from CVS since its not really being used anyway.
.hc
On May 8, 2005, at 9:36 PM, patrick wrote:
hi all,
a fresh checkout from cvs of externals: /build/linux make
... gcc -Wl,-export_dynamic -shared -o "m2f~.pd_linux" "m2f~.o" -lc -lm
test -f m2f~.libs && cat m2f~.libs
test -f ../src/m2f~.libs && cat ../src/m2f~.libs
chmod a-x "m2f~.pd_linux" strip --strip-unneeded -R .note -R .comment m2f~.pd_linux rm -f "m2f~.o" make: *** No rule to make targetmakefile.common', needed by
all'.
Stop.patrick
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"Information wants to be free." -Stewart Brand
thanks again hans. i wrote an email to pd-dev and someone told me to do a : /build/scons. it works ok too that way.
pat