Hi Thomas!
after upgrading from debian/testing to unstable I had the problem that opening patches containing pool could not be closed-pd did not crash but I had to close it with control-c /killall pd as Frank wrote. (the xsample lib, I think I dont use it)
hmmm ,must have missed Franks mail, could you quote it?
http://lists.puredata.info/pipermail/pd-list/2005-11/032465.html
The building process (bash build.sh pd gcc) itself went fine?
I am sorry-I oversaw-there were already errors after the building process:
A default system configuration file has been created. Please edit ./buildsys/config-lnx-pd-gcc.txt to match your platform, then start again.
make: *** [buildsys/config-lnx-pd-gcc.txt] Error 1
Please note that "bash build.sh pd gcc install" doesn't build flext
beforehand, it just installs it if existent.If the former is ok, are there any lib* files in
pd-linux/release-single ?
there is only the pd-linux folder containing a CVS directory but not the release single files.
lg Gerda
attached you find my config-lnx-pd-gcc.txt
# where is the PD source package? # (this should point to the main folder, which has a "src" subfolder) PDPATH=/usr/local/lib/pd/pd-0.39-1
###############################################################
# prefix for flext installation # headers are in $(FLEXTPREFIX)/include/flext # libraries are in $(FLEXTPREFIX)/lib # build system is in $(FLEXTPREFIX)/lib/flext
FLEXTPREFIX=/usr/local
###############################################################
# where should the external be built? OUTPATH=pd-linux
# where should the external be installed? INSTPATH=/usr/local/lib/pd/extra
###############################################################
# user defined compiler flags # (check if they match your system!) UFLAGS=-msse -mfpmath=sse -ffast-math
# user defined optimization flags # (check if they match your system!) OFLAGS=-O3 # optimizations for Pentium 4 OFLAGS+=-march=pentium4