Hi all,
I'm trying to compile the latest cvs devel_0_37 and keep getting the following error:
g_io.o(.text+0x78b): In function vinlet_perfsimd': : undefined reference to
copyvec'
collect2: ld returned 1 exit status
make: *** [../bin/pd] Error 1
The output of ./configure --prefix=$HOME/pd --enable-alsa --enable-jack --enable-fftw --enable-threadedsf follows. Looks a-ok to me. I tried compiling without --enable-fftw and --enable-threadedsf and I still got the same problem. Let me know if there's any more information I can give you to help sort this out.
Thanks, Ian
checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for an ANSI C-conforming const... yes checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking bstring.h usability... no checking bstring.h presence... no checking for bstring.h... no checking whether gcc needs -traditional... no checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for dlopen in -ldl... yes checking for sin in -lm... yes checking for pthread_create in -lpthread... yes checking for shm_open in -lrt... yes checking for jack_set_error_function in -ljack... yes checking for jack_set_xrun_callback in -ljack... yes checking for fftwf_plan_dft_r2c_1d in -lfftw3f... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for XCreateWindow in -lX11... yes checking for main in -ltcl8.7... no checking for main in -ltcl8.6... no checking for main in -ltcl8.5... no checking for main in -ltcl8.4... yes checking for main in -ltk8.4... yes checking tcl.h usability... no checking tcl.h presence... no checking for tcl.h... no checking tcl8.4/tcl.h usability... yes checking tcl8.4/tcl.h presence... yes checking for tcl8.4/tcl.h... yes OPT_CFLAGS --------------- -O3 -funroll-loops -fomit-frame-pointer configure: creating ./config.status config.status: creating makefile