Skip to content

Instantly share code, notes, and snippets.

@laraCat
Created October 21, 2015 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laraCat/f43ff20dab29bae7d43b to your computer and use it in GitHub Desktop.
Save laraCat/f43ff20dab29bae7d43b to your computer and use it in GitHub Desktop.
After make install CMD : Compiling PD on Intel Edison
make -C po all
make[1]: Entering directory '/home/root/pure-data/po'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/root/pure-data/po'
make install-recursive
make[1]: Entering directory '/home/root/pure-data'
Making install in portaudio
make[2]: Entering directory '/home/root/pure-data/portaudio'
./install-sh -c -d /usr/local/lib
/bin/sh ./libtool --mode=install ./install-sh -c lib/libportaudio.la /usr/local/lib
libtool: install: ./install-sh -c lib/.libs/libportaudio.so.2.0.0 /usr/local/lib/libportaudio.so.2.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so.2 || { rm -f libportaudio.so.2 && ln -s libportaudio.so.2.0.0 libportaudio.so.2; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so || { rm -f libportaudio.so && ln -s libportaudio.so.2.0.0 libportaudio.so; }; })
libtool: install: ./install-sh -c lib/.libs/libportaudio.lai /usr/local/lib/libportaudio.la
libtool: install: ./install-sh -c lib/.libs/libportaudio.a /usr/local/lib/libportaudio.a
libtool: install: chmod 644 /usr/local/lib/libportaudio.a
libtool: install: ranlib /usr/local/lib/libportaudio.a
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
./install-sh -c -d /usr/local/include
for include in portaudio.h pa_linux_alsa.h; do \
./install-sh -c -m 644 -m 644 ./include/$include /usr/local/include/$include; \
done
./install-sh -c -d /usr/local/lib/pkgconfig
./install-sh -c -m 644 portaudio-2.0.pc /usr/local/lib/pkgconfig/portaudio-2.0.pc
------------------------------------------------------------
PortAudio was successfully installed.
On some systems (e.g. Linux) you should run 'ldconfig' now
to make the shared object available. You may also need to
modify your LD_LIBRARY_PATH environment variable to include
the directory /usr/local/lib
------------------------------------------------------------
make install-recursive
make[3]: Entering directory '/home/root/pure-data/portaudio'
if test -n "" ; then for dir in ""; do make -C $dir install; done ; fi
make[3]: Leaving directory '/home/root/pure-data/portaudio'
make[2]: Leaving directory '/home/root/pure-data/portaudio'
Making install in src
make[2]: Entering directory '/home/root/pure-data/src'
make[2]: Warning: File '/usr/include/alsa/asoundlib.h' has modification time 12043 s in the future
gcc -DPACKAGE_NAME=\"pd\" -DPACKAGE_TARNAME=\"pd\" -DPACKAGE_VERSION=\"0.46.6\" -DPACKAGE_STRING=\"pd\ 0.46.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pd\" -DVERSION=\"0.46.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DRETSIGTYPE=void -DHAVE_DUP2=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -DPD -DINSTALL_PREFIX=\"/usr/local\" -DUSEAPI_ALSA -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -I../portaudio/include -O3 -funroll-loops -fomit-frame-pointer -MT pd-s_audio_alsa.o -MD -MP -MF .deps/pd-s_audio_alsa.Tpo -c -o pd-s_audio_alsa.o `test -f 's_audio_alsa.c' || echo './'`s_audio_alsa.c
mv -f .deps/pd-s_audio_alsa.Tpo .deps/pd-s_audio_alsa.Po
gcc -DPACKAGE_NAME=\"pd\" -DPACKAGE_TARNAME=\"pd\" -DPACKAGE_VERSION=\"0.46.6\" -DPACKAGE_STRING=\"pd\ 0.46.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pd\" -DVERSION=\"0.46.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DRETSIGTYPE=void -DHAVE_DUP2=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -DPD -DINSTALL_PREFIX=\"/usr/local\" -DUSEAPI_ALSA -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -I../portaudio/include -O3 -funroll-loops -fomit-frame-pointer -MT pd-s_audio_alsamm.o -MD -MP -MF .deps/pd-s_audio_alsamm.Tpo -c -o pd-s_audio_alsamm.o `test -f 's_audio_alsamm.c' || echo './'`s_audio_alsamm.c
mv -f .deps/pd-s_audio_alsamm.Tpo .deps/pd-s_audio_alsamm.Po
gcc -DPACKAGE_NAME=\"pd\" -DPACKAGE_TARNAME=\"pd\" -DPACKAGE_VERSION=\"0.46.6\" -DPACKAGE_STRING=\"pd\ 0.46.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pd\" -DVERSION=\"0.46.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DRETSIGTYPE=void -DHAVE_DUP2=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -DPD -DINSTALL_PREFIX=\"/usr/local\" -DUSEAPI_ALSA -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -I../portaudio/include -O3 -funroll-loops -fomit-frame-pointer -MT pd-s_midi_alsa.o -MD -MP -MF .deps/pd-s_midi_alsa.Tpo -c -o pd-s_midi_alsa.o `test -f 's_midi_alsa.c' || echo './'`s_midi_alsa.c
mv -f .deps/pd-s_midi_alsa.Tpo .deps/pd-s_midi_alsa.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -export-dynamic -lm -o pd pd-g_canvas.o pd-g_graph.o pd-g_text.o pd-g_rtext.o pd-g_array.o pd-g_template.o pd-g_io.o pd-g_scalar.o pd-g_traversal.o pd-g_guiconnect.o pd-g_readwrite.o pd-g_editor.o pd-g_all_guis.o pd-g_bang.o pd-g_hdial.o pd-g_hslider.o pd-g_mycanvas.o pd-g_numbox.o pd-g_toggle.o pd-g_vdial.o pd-g_vslider.o pd-g_vumeter.o pd-m_pd.o pd-m_class.o pd-m_obj.o pd-m_atom.o pd-m_memory.o pd-m_binbuf.o pd-m_conf.o pd-m_glob.o pd-m_sched.o pd-s_main.o pd-s_inter.o pd-s_file.o pd-s_print.o pd-s_loader.o pd-s_path.o pd-s_entry.o pd-s_audio.o pd-s_midi.o pd-s_utf8.o pd-d_ugen.o pd-d_ctl.o pd-d_arithmetic.o pd-d_osc.o pd-d_filter.o pd-d_dac.o pd-d_misc.o pd-d_math.o pd-d_fft.o pd-d_array.o pd-d_global.o pd-d_delay.o pd-d_resample.o pd-d_soundfile.o pd-x_arithmetic.o pd-x_connective.o pd-x_interface.o pd-x_midi.o pd-x_misc.o pd-x_time.o pd-x_acoustics.o pd-x_net.o pd-x_text.o pd-x_gui.o pd-x_list.o pd-x_array.o pd-x_scalar.o pd-s_audio_alsa.o pd-s_audio_alsamm.o pd-s_midi_alsa.o pd-d_fft_fftsg.o pd-s_audio_oss.o pd-s_midi_oss.o pd-s_audio_pa.o pd-s_audio_paring.o -lasound ../portaudio/lib/libportaudio.la -lpthread -ldl
libtool: link: g++ -g -O2 -o .libs/pd pd-g_canvas.o pd-g_graph.o pd-g_text.o pd-g_rtext.o pd-g_array.o pd-g_template.o pd-g_io.o pd-g_scalar.o pd-g_traversal.o pd-g_guiconnect.o pd-g_readwrite.o pd-g_editor.o pd-g_all_guis.o pd-g_bang.o pd-g_hdial.o pd-g_hslider.o pd-g_mycanvas.o pd-g_numbox.o pd-g_toggle.o pd-g_vdial.o pd-g_vslider.o pd-g_vumeter.o pd-m_pd.o pd-m_class.o pd-m_obj.o pd-m_atom.o pd-m_memory.o pd-m_binbuf.o pd-m_conf.o pd-m_glob.o pd-m_sched.o pd-s_main.o pd-s_inter.o pd-s_file.o pd-s_print.o pd-s_loader.o pd-s_path.o pd-s_entry.o pd-s_audio.o pd-s_midi.o pd-s_utf8.o pd-d_ugen.o pd-d_ctl.o pd-d_arithmetic.o pd-d_osc.o pd-d_filter.o pd-d_dac.o pd-d_misc.o pd-d_math.o pd-d_fft.o pd-d_array.o pd-d_global.o pd-d_delay.o pd-d_resample.o pd-d_soundfile.o pd-x_arithmetic.o pd-x_connective.o pd-x_interface.o pd-x_midi.o pd-x_misc.o pd-x_time.o pd-x_acoustics.o pd-x_net.o pd-x_text.o pd-x_gui.o pd-x_list.o pd-x_array.o pd-x_scalar.o pd-s_audio_alsa.o pd-s_audio_alsamm.o pd-s_midi_alsa.o pd-d_fft_fftsg.o pd-s_audio_oss.o pd-s_midi_oss.o pd-s_audio_pa.o pd-s_audio_paring.o -Wl,--export-dynamic ../portaudio/lib/.libs/libportaudio.so /usr/lib/libasound.so -lrt -lm -lpthread -ldl -Wl,-rpath -Wl,/usr/local/lib
make[3]: Entering directory '/home/root/pure-data/src'
make[3]: Warning: File '/usr/include/alsa/asoundlib.h' has modification time 12029 s in the future
gcc -DPACKAGE_NAME=\"pd\" -DPACKAGE_TARNAME=\"pd\" -DPACKAGE_VERSION=\"0.46.6\" -DPACKAGE_STRING=\"pd\ 0.46.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pd\" -DVERSION=\"0.46.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DRETSIGTYPE=void -DHAVE_DUP2=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -DPD -DINSTALL_PREFIX=\"/usr/local\" -DUSEAPI_ALSA -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -I../portaudio/include -O3 -funroll-loops -fomit-frame-pointer -MT pd-s_audio_alsa.o -MD -MP -MF .deps/pd-s_audio_alsa.Tpo -c -o pd-s_audio_alsa.o `test -f 's_audio_alsa.c' || echo './'`s_audio_alsa.c
mv -f .deps/pd-s_audio_alsa.Tpo .deps/pd-s_audio_alsa.Po
gcc -DPACKAGE_NAME=\"pd\" -DPACKAGE_TARNAME=\"pd\" -DPACKAGE_VERSION=\"0.46.6\" -DPACKAGE_STRING=\"pd\ 0.46.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pd\" -DVERSION=\"0.46.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DRETSIGTYPE=void -DHAVE_DUP2=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -DPD -DINSTALL_PREFIX=\"/usr/local\" -DUSEAPI_ALSA -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -I../portaudio/include -O3 -funroll-loops -fomit-frame-pointer -MT pd-s_audio_alsamm.o -MD -MP -MF .deps/pd-s_audio_alsamm.Tpo -c -o pd-s_audio_alsamm.o `test -f 's_audio_alsamm.c' || echo './'`s_audio_alsamm.c
mv -f .deps/pd-s_audio_alsamm.Tpo .deps/pd-s_audio_alsamm.Po
gcc -DPACKAGE_NAME=\"pd\" -DPACKAGE_TARNAME=\"pd\" -DPACKAGE_VERSION=\"0.46.6\" -DPACKAGE_STRING=\"pd\ 0.46.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pd\" -DVERSION=\"0.46.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DRETSIGTYPE=void -DHAVE_DUP2=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_REGCOMP=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -DPD -DINSTALL_PREFIX=\"/usr/local\" -DUSEAPI_ALSA -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -I../portaudio/include -O3 -funroll-loops -fomit-frame-pointer -MT pd-s_midi_alsa.o -MD -MP -MF .deps/pd-s_midi_alsa.Tpo -c -o pd-s_midi_alsa.o `test -f 's_midi_alsa.c' || echo './'`s_midi_alsa.c
mv -f .deps/pd-s_midi_alsa.Tpo .deps/pd-s_midi_alsa.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -export-dynamic -lm -o pd pd-g_canvas.o pd-g_graph.o pd-g_text.o pd-g_rtext.o pd-g_array.o pd-g_template.o pd-g_io.o pd-g_scalar.o pd-g_traversal.o pd-g_guiconnect.o pd-g_readwrite.o pd-g_editor.o pd-g_all_guis.o pd-g_bang.o pd-g_hdial.o pd-g_hslider.o pd-g_mycanvas.o pd-g_numbox.o pd-g_toggle.o pd-g_vdial.o pd-g_vslider.o pd-g_vumeter.o pd-m_pd.o pd-m_class.o pd-m_obj.o pd-m_atom.o pd-m_memory.o pd-m_binbuf.o pd-m_conf.o pd-m_glob.o pd-m_sched.o pd-s_main.o pd-s_inter.o pd-s_file.o pd-s_print.o pd-s_loader.o pd-s_path.o pd-s_entry.o pd-s_audio.o pd-s_midi.o pd-s_utf8.o pd-d_ugen.o pd-d_ctl.o pd-d_arithmetic.o pd-d_osc.o pd-d_filter.o pd-d_dac.o pd-d_misc.o pd-d_math.o pd-d_fft.o pd-d_array.o pd-d_global.o pd-d_delay.o pd-d_resample.o pd-d_soundfile.o pd-x_arithmetic.o pd-x_connective.o pd-x_interface.o pd-x_midi.o pd-x_misc.o pd-x_time.o pd-x_acoustics.o pd-x_net.o pd-x_text.o pd-x_gui.o pd-x_list.o pd-x_array.o pd-x_scalar.o pd-s_audio_alsa.o pd-s_audio_alsamm.o pd-s_midi_alsa.o pd-d_fft_fftsg.o pd-s_audio_oss.o pd-s_midi_oss.o pd-s_audio_pa.o pd-s_audio_paring.o -lasound ../portaudio/lib/libportaudio.la -lpthread -ldl
libtool: link: g++ -g -O2 -o .libs/pd pd-g_canvas.o pd-g_graph.o pd-g_text.o pd-g_rtext.o pd-g_array.o pd-g_template.o pd-g_io.o pd-g_scalar.o pd-g_traversal.o pd-g_guiconnect.o pd-g_readwrite.o pd-g_editor.o pd-g_all_guis.o pd-g_bang.o pd-g_hdial.o pd-g_hslider.o pd-g_mycanvas.o pd-g_numbox.o pd-g_toggle.o pd-g_vdial.o pd-g_vslider.o pd-g_vumeter.o pd-m_pd.o pd-m_class.o pd-m_obj.o pd-m_atom.o pd-m_memory.o pd-m_binbuf.o pd-m_conf.o pd-m_glob.o pd-m_sched.o pd-s_main.o pd-s_inter.o pd-s_file.o pd-s_print.o pd-s_loader.o pd-s_path.o pd-s_entry.o pd-s_audio.o pd-s_midi.o pd-s_utf8.o pd-d_ugen.o pd-d_ctl.o pd-d_arithmetic.o pd-d_osc.o pd-d_filter.o pd-d_dac.o pd-d_misc.o pd-d_math.o pd-d_fft.o pd-d_array.o pd-d_global.o pd-d_delay.o pd-d_resample.o pd-d_soundfile.o pd-x_arithmetic.o pd-x_connective.o pd-x_interface.o pd-x_midi.o pd-x_misc.o pd-x_time.o pd-x_acoustics.o pd-x_net.o pd-x_text.o pd-x_gui.o pd-x_list.o pd-x_array.o pd-x_scalar.o pd-s_audio_alsa.o pd-s_audio_alsamm.o pd-s_midi_alsa.o pd-d_fft_fftsg.o pd-s_audio_oss.o pd-s_midi_oss.o pd-s_audio_pa.o pd-s_audio_paring.o -Wl,--export-dynamic ../portaudio/lib/.libs/libportaudio.so /usr/lib/libasound.so -lrt -lm -lpthread -ldl -Wl,-rpath -Wl,/usr/local/lib
../m4/config/install-sh -c -d '/usr/local/bin'
/bin/sh ../libtool --mode=install ../m4/config/install-sh -c pd pdsend pdreceive '/usr/local/bin'
libtool: install: ../m4/config/install-sh -c .libs/pd /usr/local/bin/pd
libtool: install: ../m4/config/install-sh -c pdsend /usr/local/bin/pdsend
libtool: install: ../m4/config/install-sh -c pdreceive /usr/local/bin/pdreceive
../m4/config/install-sh -c -d '/usr/local/include'
../m4/config/install-sh -c -m 644 m_pd.h '/usr/local/include'
../m4/config/install-sh -c -d '/usr/local/lib/pd/bin'
/bin/sh ../libtool --mode=install ../m4/config/install-sh -c pd-watchdog pd '/usr/local/lib/pd/bin'
libtool: install: ../m4/config/install-sh -c pd-watchdog /usr/local/lib/pd/bin/pd-watchdog
libtool: install: ../m4/config/install-sh -c .libs/pd /usr/local/lib/pd/bin/pd
../m4/config/install-sh -c -d '/usr/local/include/pd'
../m4/config/install-sh -c -m 644 m_pd.h m_imp.h g_canvas.h s_stuff.h g_all_guis.h '/usr/local/include/pd'
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory '/home/root/pure-data/src'
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory '/home/root/pure-data/src'
Making install in man
make[2]: Entering directory '/home/root/pure-data/man'
make[3]: Entering directory '/home/root/pure-data/man'
make[3]: Nothing to be done for 'install-exec-am'.
../m4/config/install-sh -c -d '/usr/local/share/man/man1'
../m4/config/install-sh -c -m 644 pd.1 pdsend.1 pdreceive.1 '/usr/local/share/man/man1'
make[3]: Leaving directory '/home/root/pure-data/man'
make[2]: Leaving directory '/home/root/pure-data/man'
Making install in tcl
make[2]: Entering directory '/home/root/pure-data/tcl'
make[3]: Entering directory '/home/root/pure-data/tcl'
../m4/config/install-sh -c -d '/usr/local/bin'
../m4/config/install-sh -c pd-gui.tcl '/usr/local/bin'
../m4/config/install-sh -c -d '/usr/local/lib/pd/tcl'
../m4/config/install-sh -c -m 644 apple_events.tcl dialog_canvas.tcl dialog_gatom.tcl dialog_path.tcl pd_bindings.tcl pd_menus.tcl pdwindow.tcl scrollboxwindow.tcl AppMain.tcl dialog_data.tcl dialog_iemgui.tcl dialog_startup.tcl pd_connect.tcl pkgIndex.tcl wheredoesthisgo.tcl dialog_array.tcl dialog_find.tcl dialog_message.tcl helpbrowser.tcl pdtk_canvas.tcl pkg_mkIndex.tcl dialog_audio.tcl dialog_font.tcl dialog_midi.tcl opt_parser.tcl pd_menucommands.tcl pdtk_text.tcl pdtk_textwindow.tcl scrollbox.tcl pd_guiprefs.tcl pd.ico '/usr/local/lib/pd/tcl'
../m4/config/install-sh -c -d '/usr/local/lib/pd/tcl'
../m4/config/install-sh -c pd-gui.tcl '/usr/local/lib/pd/tcl'
make[3]: Leaving directory '/home/root/pure-data/tcl'
make[2]: Leaving directory '/home/root/pure-data/tcl'
Making install in po
make[2]: Entering directory '/home/root/pure-data/po'
make[3]: Entering directory '/home/root/pure-data/po'
make[3]: Nothing to be done for 'install-exec-am'.
../m4/config/install-sh -c -d '/usr/local/lib/pd/po'
../m4/config/install-sh -c -m 644 af.msg az.msg be.msg bg.msg de.msg el.msg en_ca.msg eu.msg fr.msg gu.msg he.msg hi.msg hu.msg it.msg pa.msg pt_br.msg pt_pt.msg sq.msg sv.msg vi.msg '/usr/local/lib/pd/po'
make[3]: Leaving directory '/home/root/pure-data/po'
make[2]: Leaving directory '/home/root/pure-data/po'
Making install in extra
make[2]: Entering directory '/home/root/pure-data/extra'
Making install in bob~
make[3]: Entering directory '/home/root/pure-data/extra/bob~'
make[4]: Entering directory '/home/root/pure-data/extra/bob~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/bob~'
../../m4/config/install-sh -c -m 644 bob~-help.pd output~.pd '/usr/local/lib/pd/extra/bob~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/bob~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c bob~.la '/usr/local/lib/pd/extra/bob~'
libtool: install: ../../m4/config/install-sh -c .libs/bob~.pd_linux /usr/local/lib/pd/extra/bob~/bob~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/bob~.lai /usr/local/lib/pd/extra/bob~/bob~.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/bob~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/bob~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/bob~'
make[3]: Leaving directory '/home/root/pure-data/extra/bob~'
Making install in bonk~
make[3]: Entering directory '/home/root/pure-data/extra/bonk~'
make[4]: Entering directory '/home/root/pure-data/extra/bonk~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/bonk~'
../../m4/config/install-sh -c -m 644 bonk~-help.pd templates.txt '/usr/local/lib/pd/extra/bonk~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/bonk~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c bonk~.la '/usr/local/lib/pd/extra/bonk~'
libtool: install: ../../m4/config/install-sh -c .libs/bonk~.pd_linux /usr/local/lib/pd/extra/bonk~/bonk~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/bonk~.lai /usr/local/lib/pd/extra/bonk~/bonk~.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/bonk~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/bonk~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/bonk~'
make[3]: Leaving directory '/home/root/pure-data/extra/bonk~'
Making install in choice
make[3]: Entering directory '/home/root/pure-data/extra/choice'
make[4]: Entering directory '/home/root/pure-data/extra/choice'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/choice'
../../m4/config/install-sh -c -m 644 choice-help.pd '/usr/local/lib/pd/extra/choice'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/choice'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c choice.la '/usr/local/lib/pd/extra/choice'
libtool: install: ../../m4/config/install-sh -c .libs/choice.pd_linux /usr/local/lib/pd/extra/choice/choice.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/choice.lai /usr/local/lib/pd/extra/choice/choice.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/choice
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/choice
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/choice'
make[3]: Leaving directory '/home/root/pure-data/extra/choice'
Making install in expr~
make[3]: Entering directory '/home/root/pure-data/extra/expr~'
make[4]: Entering directory '/home/root/pure-data/extra/expr~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/expr~'
../../m4/config/install-sh -c -m 644 ../expr-help.pd LICENSE.txt README.txt '/usr/local/lib/pd/extra/expr~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/expr~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c expr~.la '/usr/local/lib/pd/extra/expr~'
libtool: install: ../../m4/config/install-sh -c .libs/expr~.pd_linux /usr/local/lib/pd/extra/expr~/expr~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/expr~.lai /usr/local/lib/pd/extra/expr~/expr~.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/expr~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/expr~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-data-hook
make[5]: Entering directory '/home/root/pure-data/extra/expr~'
cd /usr/local/lib/pd/extra/expr~ && ( \
rm -f expr.pd_linux; \
rm -f fexpr~.pd_linux; \
rm -f ../expr.pd_linux; \
rm -f ../expr~.pd_linux; \
rm -f ../fexpr~.pd_linux; \
rm -f ../expr-help.pd; \
rm -f ../expr~-help.pd; \
rm -f ../fexpr~-help.pd; \
ln -s expr~.pd_linux expr.pd_linux; \
ln -s expr~.pd_linux fexpr~.pd_linux; \
cd ..; \
ln -s expr~/expr.pd_linux expr.pd_linux; \
ln -s expr~/expr~.pd_linux expr~.pd_linux; \
ln -s expr~/fexpr~.pd_linux fexpr~.pd_linux; \
ln -s expr~/expr-help.pd expr-help.pd; \
ln -s expr~/expr-help.pd expr~-help.pd; \
ln -s expr~/expr-help.pd fexpr~-help.pd; \
)
make[5]: Leaving directory '/home/root/pure-data/extra/expr~'
make[4]: Leaving directory '/home/root/pure-data/extra/expr~'
make[3]: Leaving directory '/home/root/pure-data/extra/expr~'
Making install in fiddle~
make[3]: Entering directory '/home/root/pure-data/extra/fiddle~'
make[4]: Entering directory '/home/root/pure-data/extra/fiddle~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/fiddle~'
../../m4/config/install-sh -c -m 644 fiddle~-help.pd '/usr/local/lib/pd/extra/fiddle~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/fiddle~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c fiddle~.la '/usr/local/lib/pd/extra/fiddle~'
libtool: install: ../../m4/config/install-sh -c .libs/fiddle~.pd_linux /usr/local/lib/pd/extra/fiddle~/fiddle~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/fiddle~.lai /usr/local/lib/pd/extra/fiddle~/fiddle~.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/fiddle~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/fiddle~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/fiddle~'
make[3]: Leaving directory '/home/root/pure-data/extra/fiddle~'
Making install in loop~
make[3]: Entering directory '/home/root/pure-data/extra/loop~'
make[4]: Entering directory '/home/root/pure-data/extra/loop~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/loop~'
../../m4/config/install-sh -c -m 644 loop~-help.pd test-loop~.pd '/usr/local/lib/pd/extra/loop~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/loop~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c loop~.la '/usr/local/lib/pd/extra/loop~'
libtool: install: ../../m4/config/install-sh -c .libs/loop~.pd_linux /usr/local/lib/pd/extra/loop~/loop~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/loop~.lai /usr/local/lib/pd/extra/loop~/loop~.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/loop~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/loop~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/loop~'
make[3]: Leaving directory '/home/root/pure-data/extra/loop~'
Making install in lrshift~
make[3]: Entering directory '/home/root/pure-data/extra/lrshift~'
make[4]: Entering directory '/home/root/pure-data/extra/lrshift~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/lrshift~'
../../m4/config/install-sh -c -m 644 lrshift~-help.pd '/usr/local/lib/pd/extra/lrshift~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/lrshift~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c lrshift~.la '/usr/local/lib/pd/extra/lrshift~'
libtool: install: ../../m4/config/install-sh -c .libs/lrshift~.pd_linux /usr/local/lib/pd/extra/lrshift~/lrshift~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/lrshift~.lai /usr/local/lib/pd/extra/lrshift~/lrshift~.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/lrshift~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/lrshift~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/lrshift~'
make[3]: Leaving directory '/home/root/pure-data/extra/lrshift~'
Making install in pd~
make[3]: Entering directory '/home/root/pure-data/extra/pd~'
make[4]: Entering directory '/home/root/pure-data/extra/pd~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/pd~'
../../m4/config/install-sh -c -m 644 pd~-help.pd pd~-subprocess.pd '/usr/local/lib/pd/extra/pd~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/pd~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c pd~.la pdsched.la '/usr/local/lib/pd/extra/pd~'
libtool: install: ../../m4/config/install-sh -c .libs/pd~.pd_linux /usr/local/lib/pd/extra/pd~/pd~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/pd~.lai /usr/local/lib/pd/extra/pd~/pd~.la
libtool: install: ../../m4/config/install-sh -c .libs/pdsched.pd_linux /usr/local/lib/pd/extra/pd~/pdsched.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/pdsched.lai /usr/local/lib/pd/extra/pd~/pdsched.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/pd~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/pd~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/pd~'
make[3]: Leaving directory '/home/root/pure-data/extra/pd~'
Making install in pique
make[3]: Entering directory '/home/root/pure-data/extra/pique'
make[4]: Entering directory '/home/root/pure-data/extra/pique'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/pique'
../../m4/config/install-sh -c -m 644 pique-help.pd '/usr/local/lib/pd/extra/pique'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/pique'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c pique.la '/usr/local/lib/pd/extra/pique'
libtool: install: ../../m4/config/install-sh -c .libs/pique.pd_linux /usr/local/lib/pd/extra/pique/pique.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/pique.lai /usr/local/lib/pd/extra/pique/pique.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/pique
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/pique
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/pique'
make[3]: Leaving directory '/home/root/pure-data/extra/pique'
Making install in sigmund~
make[3]: Entering directory '/home/root/pure-data/extra/sigmund~'
make[4]: Entering directory '/home/root/pure-data/extra/sigmund~'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/sigmund~'
../../m4/config/install-sh -c -m 644 sigmund~-help.pd '/usr/local/lib/pd/extra/sigmund~'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/sigmund~'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c sigmund~.la '/usr/local/lib/pd/extra/sigmund~'
libtool: install: ../../m4/config/install-sh -c .libs/sigmund~.pd_linux /usr/local/lib/pd/extra/sigmund~/sigmund~.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/sigmund~.lai /usr/local/lib/pd/extra/sigmund~/sigmund~.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/sigmund~
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/sigmund~
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/sigmund~'
make[3]: Leaving directory '/home/root/pure-data/extra/sigmund~'
Making install in stdout
make[3]: Entering directory '/home/root/pure-data/extra/stdout'
make[4]: Entering directory '/home/root/pure-data/extra/stdout'
make[4]: Nothing to be done for 'install-exec-am'.
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/stdout'
../../m4/config/install-sh -c -m 644 stdout-help.pd '/usr/local/lib/pd/extra/stdout'
../../m4/config/install-sh -c -d '/usr/local/lib/pd/extra/stdout'
/bin/sh ../../libtool --mode=install ../../m4/config/install-sh -c stdout.la '/usr/local/lib/pd/extra/stdout'
libtool: install: ../../m4/config/install-sh -c .libs/stdout.pd_linux /usr/local/lib/pd/extra/stdout/stdout.pd_linux
libtool: install: ../../m4/config/install-sh -c .libs/stdout.lai /usr/local/lib/pd/extra/stdout/stdout.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/local/lib/pd/extra/stdout
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/pd/extra/stdout
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/home/root/pure-data/extra/stdout'
make[3]: Leaving directory '/home/root/pure-data/extra/stdout'
make[3]: Entering directory '/home/root/pure-data/extra'
make[4]: Entering directory '/home/root/pure-data/extra'
make[4]: Nothing to be done for 'install-exec-am'.
../m4/config/install-sh -c -d '/usr/local/lib/pd/extra'
../m4/config/install-sh -c -m 644 complex-mod~.pd hilbert~.pd rev1-final.pd rev1~.pd rev1-stage.pd rev2~.pd rev3~.pd complex-mod~-help.pd hilbert~-help.pd rev1~-help.pd rev2~-help.pd rev3~-help.pd '/usr/local/lib/pd/extra'
make[4]: Leaving directory '/home/root/pure-data/extra'
make[3]: Leaving directory '/home/root/pure-data/extra'
make[2]: Leaving directory '/home/root/pure-data/extra'
make[2]: Entering directory '/home/root/pure-data'
make[2]: *** No rule to make target 'doc/5.reference/drawnumber-help.pd', needed by 'all-am'. Stop.
make[2]: Leaving directory '/home/root/pure-data'
Makefile:914: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/root/pure-data'
Makefile:1211: recipe for target 'install' failed
make: *** [install] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment