| I noticed the file dependency but have been just deleting the object
files to get them rebuilt. It certainly needs to be figured out
sometime.
Just in case there was anything leftover, I did a fresh checkout and
compile. Running the test script I got:
[root@localhost csound5]# ./test.sh
bash: ./test.sh: Permission denied
[root@localhost csound5]# sh ./test.sh
Using csound.xmg
0dBFS level = 32767.0
Csound Version 4.24beta (Oct 16 2003)
UnifiedCSD: test.csd
STARTING FILE
Creating orchestra
Creating /tmp/fileGgeqgj.orc (0x8139138)
Creating score
orchname:? /tmp/fileGgeqgj.orc
scorename: /tmp/file9Y81Tl.sco
Loading libraries
Opcodes/babo.so,Opcodes/bbcut.so,Opcodes/biquad.so,Opcodes/bowedbar.so,Opcodes/butter.so,Opcodes/clfilt.so,Opcodes/cross2.so,Opcodes/dam.so,Opcodes/filter.so,Opcodes/flanger.so,Opcodes/follow.so,Opcodes/grain4.so,Opcodes/grain.so,Opcodes/hrtferX.so,Opcodes/locsig.so,Opcodes/lowpassr.so,Opcodes/midiops2.so,Opcodes/midiops3.so,Opcodes/modal4.so,Opcodes/nlfilt.so,Opcodes/oscbnk.so,Opcodes/phisem.so,Opcodes/physmod.so,Opcodes/pitch.so,Opcodes/pluck.so,Opcodes/repluck.so,Opcodes/scansyn.so,Opcodes/scansynx.so,Opcodes/sfont.so,Opcodes/sndwarp.so,Opcodes/space.so,Opcodes/spat3d.so,Opcodes/spectra.so,Opcodes/ugensa.so,Opcodes/uggab.so,Opcodes/ugmoss.so,Opcodes/ugrw1.so,Opcodes/ugrw2.so,Opcodes/ugsc.so,Opcodes/wave-terrain.so
libname Opcodes/babo.so
A dynamic linking error occurred: (Opcodes/babo.so: undefined symbol:
ftfind)
Failed to load Opcodes/babo.so
Found handle
Found size
Length=80
Found init
Calling init
Csound tidy up: Segmentation fault
Removing temporary file /tmp/file9Y81Tl.sco ...
Removing temporary file /tmp/fileGgeqgj.orc ...
So still am getting the crash after a clean checkout and rebuild. I'm
going to remove the libraries that cause segfault's from the test script
and will try to get see what symbols are missing.
steven
On Thu, 2003-10-16 at 04:19, jpff@codemist.co.uk wrote:
> seems to have acquired extraneous characters in all files, especially
> a capital A circumflex. No idea how such a character appeared but it
> sure messes the messages.
>
> Also it seems to me that dl_opcodes.o is not getting rebuild when for
> example cs.h changes, so there is something wrong in the dependency
> stuff. I suspect that could be the reason for Steven's reported
> crashes in looking for RESET. I am not seeing that crash but other
> errors do seem to be around.
> ==John ffitch
>
> |