[CM] Fwd: snd on OSX 10.6.8

Torsten Anders torsten.anders at beds.ac.uk
Tue Jan 3 03:12:40 PST 2012


Begin forwarded message:
> From: ludger brümmer <lb at zkm.de>
> Date: 3 January 2012 02:19:43 GMT
> To: Torsten Anders <torsten.anders at beds.ac.uk>
> Subject: Re: [CM] snd on OSX 10.6.8
> 
> HI Bill and Torsten,
> 
> I worked on the openmotif installation the most. removed /sw completely and reinstalled from scratch, but even using the configure flags and makefile modifikations mentioned in README I could not make snd to recognise the package. 
> 
> 
> Am 03.01.2012 um 00:26 schrieb Torsten Anders:
> 
>> Dear Ludger and Bill,,
>> 
>> I don't know whether this helps with your particular packages, but I found out that the following gcc and C++ compiler flag helped compiling other sources on a 64-bit Mac again that earlier worked fine on a 32-bit system: 
>> 
>> -arch i386
>> 
>> Just my 2 pence..
>> 
>> Best wishes,
>> Torsten
>> 
>> --
>> Dr Torsten Anders
>> Course Leader, Music Technology
>> University of Bedfordshire
>> Park Square, Room A315
>> http://www.torsten-anders.de
>> 
>> 
>> 
>> 
>> On 2 Jan 2012, at 12:38, ludger brümmer wrote:
>> 
>>> Hi Bill, 
>>> 
>>> happy new year for you bill and for the other guys at cmdist!
>>> 
>>> after a long time of compiling SND 12.7 on OSX 10.6.8
>>> with a fink installation of 
>>> 
>>> openmotif4 = 2.3.2
>>> gsl 1.15-1
>>> gtk+ 1.2.10
>>> 
>>> I could not get the openmotif to be recognised - using all variations you mentioned in the README file
>>> than the gsl created a 32bit-64bit compatible case error - removed it - was able to compile with-no gui
>>> switched to gtk+ which created the same error, the configuration spotted gtk but returned an error at the crosslinking process.
>>> any idea what to do?
>>> 
>>> all the best 
>>> 
>>> ludger 
>>> 
>>> PS configure script, make process and makefile below
>>> 
>>> lus-macbook:snd-12.7 ludil$ ./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib -lmx -bind_at_load" --disable-nls --with-gtkconfigure: WARNING: unrecognized options: --disable-nls
>>> checking build system type... x86_64-apple-darwin10.8.0
>>> checking host system type... x86_64-apple-darwin10.8.0
>>> checking for gcc... gcc
>>> checking whether the C compiler works... yes
>>> checking for C compiler default output file name... a.out
>>> checking for suffix of executables... 
>>> checking whether we are cross compiling... no
>>> 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 ISO C89... none needed
>>> checking how to run the C preprocessor... gcc -E
>>> checking for grep that handles long lines and -e... /usr/bin/grep
>>> checking for egrep... /usr/bin/grep -E
>>> checking for ANSI C header files... yes
>>> checking for a BSD-compatible install... /usr/bin/install -c
>>> checking for main in -lm... yes
>>> checking for main in -lc... 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 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 for unistd.h... (cached) yes
>>> checking for string.h... (cached) yes
>>> checking sys/soundcard.h usability... no
>>> checking sys/soundcard.h presence... no
>>> checking for sys/soundcard.h... no
>>> checking machine/soundcard.h usability... no
>>> checking machine/soundcard.h presence... no
>>> checking for machine/soundcard.h... no
>>> checking sys/mixer.h usability... no
>>> checking sys/mixer.h presence... no
>>> checking for sys/mixer.h... no
>>> checking stdbool.h usability... yes
>>> checking stdbool.h presence... yes
>>> checking for stdbool.h... yes
>>> checking sys/time.h usability... yes
>>> checking sys/time.h presence... yes
>>> checking for sys/time.h... yes
>>> checking libc.h usability... yes
>>> checking libc.h presence... yes
>>> checking for libc.h... yes
>>> checking sys/statvfs.h usability... yes
>>> checking sys/statvfs.h presence... yes
>>> checking for sys/statvfs.h... yes
>>> checking setjmp.h usability... yes
>>> checking setjmp.h presence... yes
>>> checking for setjmp.h... yes
>>> checking dlfcn.h usability... yes
>>> checking dlfcn.h presence... yes
>>> checking for dlfcn.h... yes
>>> checking sys/param.h usability... yes
>>> checking sys/param.h presence... yes
>>> checking for sys/param.h... yes
>>> checking byteswap.h usability... no
>>> checking byteswap.h presence... no
>>> checking for byteswap.h... no
>>> checking pthread.h usability... yes
>>> checking pthread.h presence... yes
>>> checking for pthread.h... yes
>>> checking for stdint.h... (cached) yes
>>> checking fam.h usability... no
>>> checking fam.h presence... no
>>> checking for fam.h... no
>>> checking dirent.h usability... yes
>>> checking dirent.h presence... yes
>>> checking for dirent.h... yes
>>> checking for sys/mount.h... yes
>>> checking /usr/local/lib/oss/include/sys/soundcard.h usability... no
>>> checking /usr/local/lib/oss/include/sys/soundcard.h presence... no
>>> checking for /usr/local/lib/oss/include/sys/soundcard.h... no
>>> checking /usr/lib/oss/include/sys/soundcard.h usability... no
>>> checking /usr/lib/oss/include/sys/soundcard.h presence... no
>>> checking for /usr/lib/oss/include/sys/soundcard.h... no
>>> checking /opt/oss/include/sys/soundcard.h usability... no
>>> checking /opt/oss/include/sys/soundcard.h presence... no
>>> checking for /opt/oss/include/sys/soundcard.h... no
>>> checking /var/lib/oss/include/sys/soundcard.h usability... no
>>> checking /var/lib/oss/include/sys/soundcard.h presence... no
>>> checking for /var/lib/oss/include/sys/soundcard.h... no
>>> checking gnu/libc-version.h usability... no
>>> checking gnu/libc-version.h presence... no
>>> checking for gnu/libc-version.h... no
>>> checking alsa/asoundlib.h usability... no
>>> checking alsa/asoundlib.h presence... no
>>> checking for alsa/asoundlib.h... no
>>> checking whether hypot is declared... yes
>>> checking whether isnan is declared... yes
>>> checking for mode_t... yes
>>> checking for size_t... yes
>>> checking for ssize_t... yes
>>> checking for pid_t... yes
>>> checking for int64_t... yes
>>> checking whether byte ordering is bigendian... no
>>> checking for special C compiler options needed for large files... no
>>> checking for _FILE_OFFSET_BITS value needed for large files... no
>>> checking for off_t... yes
>>> checking size of off_t... 8
>>> checking size of long... 8
>>> checking size of long long... 8
>>> checking size of unsigned long... 8
>>> checking size of void *... 8
>>> checking size of int... 4
>>> checking size of int64_t... 8
>>> checking size of ssize_t... 8
>>> checking for getcwd... yes
>>> checking for strerror... yes
>>> checking for readlink... yes
>>> checking for setlocale... yes
>>> checking for access... yes
>>> checking for opendir... yes
>>> checking for sleep... yes
>>> checking for signal... yes
>>> checking for statvfs... yes
>>> checking for statfs... yes
>>> checking for getline... no
>>> checking for difftime... yes
>>> checking for gettimeofday... yes
>>> checking for vsnprintf... yes
>>> checking for vasprintf... yes
>>> checking for snprintf... yes
>>> checking for strftime... yes
>>> checking for memmove... yes
>>> checking for lstat... yes
>>> checking for strcasecmp... yes
>>> checking for pathconf... yes
>>> checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
>>> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
>>> checking for fgrep... /usr/bin/grep -F
>>> checking for __func__... yes
>>> checking for pkg-config... /sw/bin/pkg-config
>>> checking for jn in -lm... yes
>>> checking for yn in -lm... yes
>>> checking for lgamma in -lm... yes
>>> checking for erf in -lm... yes
>>> checking whether nested functions work... no
>>> checking for fftw3... no
>>> checking for complex numbers... yes
>>> checking for complex trig... yes
>>> checking for gsl-config... /sw/bin/gsl-config
>>> checking for GSL... 1.15
>>> checking for gsl_eigen_nonsymmv_workspace... no
>>> checking ladspa.h usability... no
>>> checking ladspa.h presence... no
>>> checking for ladspa.h... no
>>> checking for X... libraries /usr/X11/lib, headers 
>>> checking whether -R must be followed by a space... no
>>> checking for gethostbyname... yes
>>> checking for connect... yes
>>> checking for remove... yes
>>> checking for shmat... yes
>>> checking for IceConnectionNumber in -lICE... yes
>>> checking for XShapeQueryExtension in -lXext... yes
>>> checking for XftFontOpen in -lXft... no
>>> checking for pkg-config... (cached) /sw/bin/pkg-config
>>> checking for GTK+ - version >= 2.12.0... yes
>>> checking for gtk_test_widget_click in -lm... no
>>> checking for gtk_adjustment_get_upper in -lm... no
>>> checking for gtk_scale_add_mark in -lm... no
>>> checking for gtk_info_bar_new in -lm... no
>>> checking for gtk_status_icon_get_title in -lm... no
>>> checking for gtk_widget_get_visible in -lm... no
>>> checking for gtk_widget_get_mapped in -lm... no
>>> checking for gtk_grid_new in -lm... no
>>> checking for gtk_combo_box_new_with_area in -lm... no
>>> checking for gtk_adjustment_get_minimum_increment in -lm... no
>>> checking for gtk_font_chooser_get_font_size in -lm... no
>>> checking for cairo_glyph_allocate in -lcairo... no
>>> checking for cairo_region_xor in -lcairo... no
>>> checking for Gamin... no
>>> checking for Fam... checking for FAMOpen in -lfam... no
>>> checking complex.h usability... yes
>>> checking complex.h presence... yes
>>> checking for complex.h... yes
>>> checking for AudioDeviceDestroyIOProcID... yes
>>> checking for kAudioDevicePropertyDeviceManufacturer... yes
>>> checking for kLinearPCMFormatFlagIsNonInterleaved... yes
>>> checking for audio system... MacOSX
>>> checking for oggdec... no
>>> checking for oggenc... no
>>> checking for mpg123... no
>>> checking for mpg321... no
>>> checking for speexdec... no
>>> checking for speexenc... no
>>> checking for flac... no
>>> checking for timidity... no
>>> checking for shorten... no
>>> checking for ttaenc... no
>>> checking for wavpack... no
>>> checking for wvunpack... no
>>> checking for statvfs... yes
>>> checking for sigsetjmp... yes
>>> configure: creating ./config.status
>>> config.status: creating makefile
>>> config.status: creating mus-config.h
>>> config.status: creating sndlib.h
>>> config.status: sndlib.h is unchanged
>>> configure: WARNING: unrecognized options: --disable-nls
>>> 
>>> Options selected
>>> -------------------------
>>> Snd version ...........: 12.7
>>> CFLAGS ................: -O2 -I. -I/sw/include
>>> LDFLAGS ...............:-L/sw/lib -lmx -bind_at_load -lpthread
>>> prefix.................: /usr/local
>>> extension language.....: s7
>>> audio system...........: MacOSX
>>> graphics toolkit.......: Gtk
>>> optional libraries.....: gsl
>>> random features........:
>>> environs...............: x86_64-apple-darwin10.8.0 gcc
>>> 
>>> lus-macbook:snd-12.7 ludil$ make
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    s7.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    headers.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    audio.c
>>> audio.c: In function ‘device_name’:
>>> audio.c:4230: warning: ‘AudioDeviceGetPropertyInfo’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2338)
>>> audio.c:4231: warning: ‘AudioDeviceGetPropertyInfo’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2338)
>>> audio.c:4235: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4237: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4241: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘max_chans_via_stream_configuration’:
>>> audio.c:4262: warning: ‘AudioDeviceGetPropertyInfo’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2338)
>>> audio.c:4267: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘describe_audio_state_1’:
>>> audio.c:4293: warning: ‘AudioHardwareGetPropertyInfo’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1098)
>>> audio.c:4308: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
>>> audio.c:4311: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
>>> audio.c:4313: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
>>> audio.c:4336: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4343: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4347: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4350: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4401: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4413: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4424: warning: ‘AudioDeviceGetPropertyInfo’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2338)
>>> audio.c:4430: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘mus_audio_close’:
>>> audio.c:4539: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4543: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘mus_audio_open_output’:
>>> audio.c:4594: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
>>> audio.c:4597: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4605: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4628: warning: ‘AudioDeviceSetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
>>> audio.c:4647: warning: ‘AudioDeviceSetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
>>> audio.c:4651: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4659: warning: ‘AudioDeviceSetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
>>> audio.c:4664: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4672: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘mus_audio_write’:
>>> audio.c:4883: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘mus_audio_open_input’:
>>> audio.c:4907: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
>>> audio.c:4910: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘mus_audio_read’:
>>> audio.c:4966: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘max_chans’:
>>> audio.c:4988: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c:4993: warning: ‘AudioDeviceGetPropertyInfo’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2338)
>>> audio.c:4999: warning: ‘AudioDeviceGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
>>> audio.c: In function ‘osx_chans’:
>>> audio.c:5025: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
>>> audio.c:5026: warning: ‘AudioHardwareGetProperty’ is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    io.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    sound.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    clm.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    xen.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    vct.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    sndlib2xen.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    clm2xen.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-io.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-utils.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-listener.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-error.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-completion.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-menu.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-axis.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-data.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-fft.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-marks.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-file.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-edits.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-chn.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-dac.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-region.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-select.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-find.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-snd.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-help.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-main.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-print.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-trans.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-mix.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-env.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-xen.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-ladspa.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-kbd.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-sig.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-draw.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    run.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gutils.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-ghelp.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gfind.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gmenu.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gdraw.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-glistener.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gchn.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gsnd.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gregion.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gdrop.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gmain.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gmix.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-grec.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-genv.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gxbitmaps.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gxcolormaps.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gfft.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gprint.c
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gfile.c
>>> snd-gfile.c: In function ‘save_edits_now’:
>>> snd-gfile.c:4274: warning: format not a string literal and no format arguments
>>> gcc -c -DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -O2 -I. -I/sw/include   -I/sw/include    snd-gprefs.c
>>> gcc -L/sw/lib -lmx -bind_at_load -lpthread -O2 -I. -I/sw/include s7.o headers.o audio.o io.o sound.o clm.o xen.o vct.o sndlib2xen.o clm2xen.o snd-io.o snd-utils.o snd-listener.o snd-error.o snd-completion.o snd-menu.o snd-axis.o snd-data.o snd-fft.o snd-marks.o snd-file.o snd-edits.o snd-chn.o snd-dac.o snd-region.o snd-select.o snd-find.o snd-snd.o snd-help.o snd-main.o snd-print.o snd-trans.o snd-mix.o snd.o snd-env.o snd-xen.o snd-ladspa.o snd-kbd.o snd-sig.o snd-draw.o run.o snd-gutils.o snd-ghelp.o snd-gfind.o snd-gmenu.o snd-gdraw.o snd-glistener.o snd-gchn.o snd-gsnd.o snd-gregion.o snd-gdrop.o snd-gmain.o snd-gmix.o snd-grec.o snd-genv.o snd-gxbitmaps.o snd-gxcolormaps.o snd-gfft.o snd-gprint.o snd-gfile.o snd-gprefs.o  -o snd   -L/sw/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl    -framework CoreAudio -framework CoreFoundation -framework CoreMIDI  -L/sw/lib -lgsl -lgslcblas   -lc -lm  -lm
>>> ld: warning: in /sw/lib/libgtk-x11-2.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libgdk-x11-2.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libatk-1.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libgio-2.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libpangoft2-1.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libgdk_pixbuf-2.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libpangocairo-1.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libcairo.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libpango-1.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libfreetype.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libfontconfig.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libgobject-2.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libgmodule-2.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libglib-2.0.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libintl.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libgsl.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> ld: warning: in /sw/lib/libgslcblas.dylib, file was built for i386 which is not the architecture being linked (x86_64)
>>> Undefined symbols:
>>> "_cairo_set_source_rgb", referenced from:
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_spectro_line in snd-gdraw.o
>>>    _draw_sono_rectangles in snd-gdraw.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_meters in snd-grec.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_widget_get_clipboard", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_entry_set_width_chars", referenced from:
>>>    _info_widget_set_size in snd-gutils.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>> "_gtk_widget_realize", referenced from:
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_g_source_remove", referenced from:
>>>    _cancel_mark_watch in snd-marks.o
>>>    _stop_fft_in_progress in snd-chn.o
>>>    _force_fft_clear in snd-chn.o
>>>    _stop_peak_env in snd-chn.o
>>>    _chan_info_cleanup in snd-chn.o
>>>    _dac_in_background in snd-dac.o
>>>    _cancel_selection_watch in snd-select.o
>>>    _stop_watch_mix_proc in snd-mix.o
>>>    _io_invoke in snd-gmain.o
>>>    _remove_arrow_func in snd-gprefs.o
>>> "_cairo_set_source_rgba", referenced from:
>>>    _draw_dot in snd-gdraw.o
>>>    _draw_lines in snd-gdraw.o
>>>    _draw_line in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _fill_polygon_from_array in snd-gdraw.o
>>>    _fill_polygon in snd-gdraw.o
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>>    _erase_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>>    _finish_progress_report in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_filter_env in snd-gsnd.o
>>>    _mix_amp_env_resize in snd-gmix.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _graph_redisplay in snd-gfft.o
>>>    _vf_amp_env_resize in snd-gfile.o
>>> "_gtk_notebook_get_type", referenced from:
>>>    _reflect_sound_selection in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_box_set_spacing", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>> "_gtk_hscrollbar_new", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>> "_cairo_scale", referenced from:
>>>    _display_meters in snd-grec.o
>>> "_gsl_sf_elljac_e", referenced from:
>>>    _g_gsl_ellipj_w in snd-xen.o
>>> "_pango_cairo_create_layout", referenced from:
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>> "_gtk_settings_get_default", referenced from:
>>>    _set_with_menu_icons in snd-file.o
>>>    _set_with_tooltips in snd-file.o
>>> "_gtk_menu_new", referenced from:
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_menu_update_1 in snd-gmenu.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>> "_gtk_toolbar_get_type", referenced from:
>>>    _add_separator_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>> "_g_strdup_printf", referenced from:
>>>    _scale_int_format_callback in snd-gdraw.o
>>>    _scale_double_format_callback in snd-gdraw.o
>>> "_gsl_sf_ellint_Kcomp", referenced from:
>>>    _g_gsl_ellipk_w in snd-xen.o
>>> "_gdk_cursor_new", referenced from:
>>>    _g_set_graph_cursor_w in snd-gchn.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_binding_set_by_class", referenced from:
>>>    _make_bindings in snd-glistener.o
>>> "_gtk_table_new", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_gtk_combo_box_get_type", referenced from:
>>>    _prefs_row_with_list in snd-gprefs.o
>>> "_gdk_color_copy", referenced from:
>>>    _rgb_to_gdk_color in snd-gutils.o
>>> "_gtk_scrolled_window_add_with_viewport", referenced from:
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_button_set_relief", referenced from:
>>>    _slist_new_item in snd-gutils.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>> "_gtk_adjustment_set_value", referenced from:
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _set_spectro_hop in snd-gdraw.o
>>>    _set_spectro_z_scale in snd-gdraw.o
>>>    _set_spectro_y_scale in snd-gdraw.o
>>>    _set_spectro_x_scale in snd-gdraw.o
>>>    _set_spectro_z_angle in snd-gdraw.o
>>>    _set_spectro_y_angle in snd-gdraw.o
>>>    _set_spectro_x_angle in snd-gdraw.o
>>>    _set_color_cutoff in snd-gdraw.o
>>>    _reflect_color_scale in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _change_gzy in snd-gchn.o
>>>    _change_gzy in snd-gchn.o
>>>    _set_scrollbar in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _set_revlen in snd-gsnd.o
>>>    _set_contrast in snd-gsnd.o
>>>    _set_amp in snd-gsnd.o
>>>    _set_revscl in snd-gsnd.o
>>>    _set_expand in snd-gsnd.o
>>>    _set_speed in snd-gsnd.o
>>>    _reflect_mix_speed in snd-gmix.o
>>>    _reflect_mix_amp in snd-gmix.o
>>>    _mix_amp_click_callback in snd-gmix.o
>>>    _set_enved_base in snd-genv.o
>>>    _set_spectrum_end_scale in snd-gfft.o
>>>    _set_spectrum_start_scale in snd-gfft.o
>>>    _set_fft_window_alpha in snd-gfft.o
>>>    _set_fft_window_beta in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _vf_set_speed in snd-gfile.o
>>>    _vf_set_amp in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _prefs_b_callback in snd-gprefs.o
>>>    _prefs_g_callback in snd-gprefs.o
>>>    _prefs_r_callback in snd-gprefs.o
>>>    _scale_set_color in snd-gprefs.o
>>>    _scale_set_color in snd-gprefs.o
>>>    _scale_set_color in snd-gprefs.o
>>>    _reflect_grid_density in snd-gprefs.o
>>>    _reflect_fft_window_beta in snd-gprefs.o
>>>    _fft_window_beta_text_callback in snd-gprefs.o
>>>    _grid_density_text_callback in snd-gprefs.o
>>> "_gtk_viewport_get_vadjustment", referenced from:
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>> "_gtk_paned_get_type", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _remake_edit_history in snd-gchn.o
>>>    _cleanup_cw in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _reflect_edit_counter_change in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>> "_gtk_range_get_type", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_control in snd-gsnd.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_text_buffer_get_iter_at_mark", referenced from:
>>>    _sg_cursor_position in snd-gutils.o
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_widget_hide_all", referenced from:
>>>    _hide_controls in snd-gsnd.o
>>> "_gtk_misc_get_type", referenced from:
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>> "_gsl_sf_bessel_I1", referenced from:
>>>    _g_i1_w in snd-xen.o
>>> "_gsl_sf_bessel_J0", referenced from:
>>>    _g_j0_w in snd-xen.o
>>> "_gsl_sf_bessel_J1", referenced from:
>>>    _g_j1_w in snd-xen.o
>>> "_gsl_sf_bessel_K0", referenced from:
>>>    _g_k0_w in snd-xen.o
>>> "_gsl_sf_bessel_K1", referenced from:
>>>    _g_k1_w in snd-xen.o
>>> "_gsl_sf_bessel_In", referenced from:
>>>    _g_in_w in snd-xen.o
>>> "_gsl_sf_bessel_Jn", referenced from:
>>>    _g_jn_w in snd-xen.o
>>> "_gsl_sf_bessel_Kn", referenced from:
>>>    _g_kn_w in snd-xen.o
>>> "_gsl_sf_bessel_Y0", referenced from:
>>>    _g_y0_w in snd-xen.o
>>> "_gsl_sf_bessel_Y1", referenced from:
>>>    _g_y1_w in snd-xen.o
>>> "_gsl_sf_bessel_Yn", referenced from:
>>>    _g_yn_w in snd-xen.o
>>> "_gtk_text_view_set_cursor_visible", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>> "_gtk_table_set_row_spacings", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>> "_gtk_image_menu_item_set_image", referenced from:
>>>    _add_menu_item in snd-gmenu.o
>>> "_gtk_spin_button_get_type", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>>    _set_filter_order_1 in snd-gsnd.o
>>>    _filter_order_callback in snd-gsnd.o
>>>    _enved_filter_order_callback in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _log_freq_callback in snd-gfft.o
>>>    _min_db_callback in snd-gfft.o
>>>    _max_peaks_callback in snd-gfft.o
>>>    _reflect_log_freq_start_in_transform_dialog in snd-gfft.o
>>>    _reflect_min_db_in_transform_dialog in snd-gfft.o
>>>    _reflect_peaks_in_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_gtk_button_new_with_label", referenced from:
>>>    _slist_new_item in snd-gutils.o
>>>    _make_regrow in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>> "_pango_layout_get_size", referenced from:
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>> "_cairo_push_group", referenced from:
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _make_partial_graph in snd-chn.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_filter_env in snd-gsnd.o
>>>    _mix_amp_env_resize in snd-gmix.o
>>>    _display_meters in snd-grec.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _graph_redisplay in snd-gfft.o
>>>    _vf_amp_env_resize in snd-gfile.o
>>> "_gdk_drawable_get_size", referenced from:
>>>    _widget_width in snd-gutils.o
>>>    _widget_height in snd-gutils.o
>>> "_gtk_dialog_get_type", referenced from:
>>>    _sg_make_resizable in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_separator_menu_item_new", referenced from:
>>>    _listener_popup_populate_callback in snd-glistener.o
>>> "_gdk_drawable_get_type", referenced from:
>>>    _g_make_cairo_w in snd-draw.o
>>>    _draw_picture in snd-gdraw.o
>>>    _sound_pix_wn in snd-gsnd.o
>>>    _sound_pix_wn in snd-gsnd.o
>>> "_gtk_image_menu_item_new_with_label", referenced from:
>>>    _add_menu_item in snd-gmenu.o
>>> "_cairo_set_source_surface", referenced from:
>>>    _draw_picture in snd-gdraw.o
>>> "_gsl_sf_erfc", referenced from:
>>>    _g_erfc_w in snd-xen.o
>>> "_gtk_hbox_get_type", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>> "_gsl_strerror", referenced from:
>>>    _snd_gsl_error in snd.o
>>> "_gtk_widget_modify_base", referenced from:
>>>    _widget_modify_base in snd-gutils.o
>>> "_pango_context_get_metrics", referenced from:
>>>    _sg_font_height in snd-gutils.o
>>> "_gtk_spin_button_set_numeric", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_gtk_paned_add1", referenced from:
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>> "_gtk_paned_add2", referenced from:
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _add_channel_window in snd-gchn.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>> "_gtk_scrolled_window_get_vadjustment", referenced from:
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _fsb_directory_select_callback in snd-gfile.o
>>>    _fsb_file_select_callback in snd-gfile.o
>>> "_gsl_set_error_handler", referenced from:
>>>    _main in snd.o
>>> "_gtk_paned_set_position", referenced from:
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _cleanup_cw in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_fsb in snd-gfile.o
>>> "_g_utf8_validate", referenced from:
>>>    _sg_text_width in snd-gutils.o
>>>    _draw_string in snd-gdraw.o
>>> "_gtk_notebook_set_tab_pos", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_text_view_get_window", referenced from:
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>> "_gtk_frame_new", referenced from:
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _handle_listener in snd-glistener.o
>>>    _add_control in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_notebook_set_tab_label_text", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>> "_gsl_poly_complex_solve", referenced from:
>>>    _g_gsl_roots_w in snd-xen.o
>>> "_gdk_window_set_cursor", referenced from:
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _check_cursor_shape in snd-chn.o
>>>    _g_reset_listener_cursor_w in snd-glistener.o
>>>    _graph_mouse_leave in snd-gchn.o
>>>    _graph_mouse_enter in snd-gchn.o
>>> "_gtk_widget_modify_font", referenced from:
>>>    _set_listener_text_font in snd-glistener.o
>>> "_gdk_window_get_pointer", referenced from:
>>>    _graph_key_press in snd-gchn.o
>>>    _real_graph_key_press in snd-gchn.o
>>>    _graph_button_motion in snd-gchn.o
>>>    _filter_drawer_button_motion in snd-gsnd.o
>>>    _mix_drawer_button_motion in snd-gmix.o
>>>    _drawer_button_motion in snd-genv.o
>>>    _vf_drawer_button_motion in snd-gfile.o
>>> "_gtk_text_view_set_left_margin", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _post_it in snd-gfile.o
>>> "_gtk_text_view_scroll_to_iter", referenced from:
>>>    _snd_help_back_to_top in snd-ghelp.o
>>> "_gtk_label_get_text", referenced from:
>>>    _g_widget_text_w in snd-draw.o
>>>    _get_item_label in snd-gmenu.o
>>>    _regrow_get_label in snd-gregion.o
>>>    _file_dir_item_activate_callback in snd-gfile.o
>>> "_gtk_radio_button_get_type", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_row_radio_box in snd-gprefs.o
>>> "_gtk_toggle_button_get_active", referenced from:
>>>    _view_files_unplay in snd-file.o
>>>    _invert_color_callback in snd-gdraw.o
>>>    _w_toggle_click_callback in snd-gchn.o
>>>    _f_toggle_click_callback in snd-gchn.o
>>>    _filter_button_callback in snd-gsnd.o
>>>    _reverb_button_callback in snd-gsnd.o
>>>    _contrast_button_callback in snd-gsnd.o
>>>    _expand_button_callback in snd-gsnd.o
>>>    _unite_button_click in snd-gsnd.o
>>>    _sync_button_click in snd-gsnd.o
>>>    _play_button_click_callback in snd-gsnd.o
>>>    _filter_hz_callback in snd-gsnd.o
>>>    _filter_db_callback in snd-gsnd.o
>>>    _region_play_callback in snd-gregion.o
>>>    _mix_wave_callback in snd-gmix.o
>>>    _mix_clip_callback in snd-gmix.o
>>>    _mix_dB_callback in snd-gmix.o
>>>    _mix_sync_callback in snd-gmix.o
>>>    _db_callback in snd-grec.o
>>>    _clip_button_callback in snd-genv.o
>>>    _dB_button_callback in snd-genv.o
>>>    _graph_button_callback in snd-genv.o
>>>    _selection_callback in snd-gfft.o
>>>    _normalize_callback in snd-gfft.o
>>>    _phases_callback in snd-gfft.o
>>>    _logfreq_callback in snd-gfft.o
>>>    _db_callback in snd-gfft.o
>>>    _peaks_callback in snd-gfft.o
>>>    _spectrogram_callback in snd-gfft.o
>>>    _sonogram_callback in snd-gfft.o
>>>    _normal_fft_callback in snd-gfft.o
>>>    _file_data_src_callback in snd-gfile.o
>>>    _view_files_play_callback in snd-gfile.o
>>>    _just_sounds_callback in snd-gfile.o
>>>    _file_data_auto_comment_callback in snd-gfile.o
>>>    _play_selected_callback in snd-gfile.o
>>>    _initial_bounds_toggle in snd-gprefs.o
>>>    _save_initial_bounds in snd-gprefs.o
>>>    _peak_envs_toggle in snd-gprefs.o
>>>    _save_peak_envs in snd-gprefs.o
>>>    _toggle_remember_sound_state in snd-gprefs.o
>>>    _with_tracking_cursor_toggle in snd-gprefs.o
>>>    _save_with_pointer_focus in snd-gprefs.o
>>>    _with_pointer_focus_toggle in snd-gprefs.o
>>>    _save_smpte in snd-gprefs.o
>>>    _save_with_inset_graph in snd-gprefs.o
>>>    _unsaved_edits_toggle in snd-gprefs.o
>>>    _sync2_choice in snd-gprefs.o
>>>    _sync1_choice in snd-gprefs.o
>>>    _selection_creates_region_toggle in snd-gprefs.o
>>>    _dac_combines_channels_toggle in snd-gprefs.o
>>>    _graphs_horizontal_toggle in snd-gprefs.o
>>>    _just_sounds_toggle in snd-gprefs.o
>>>    _overwrite_toggle in snd-gprefs.o
>>>    _resize_toggle in snd-gprefs.o
>>>    _show_listener_toggle in snd-gprefs.o
>>>    _default_output_data_format_choice in snd-gprefs.o
>>>    _default_output_header_type_choice in snd-gprefs.o
>>>    _default_output_srate_choice in snd-gprefs.o
>>>    _default_output_chans_choice in snd-gprefs.o
>>>    _speed_control_choice in snd-gprefs.o
>>>    _tracking_cursor_style_choice in snd-gprefs.o
>>>    _show_mix_waveforms_toggle in snd-gprefs.o
>>>    _transform_normalization_choice in snd-gprefs.o
>>>    _log_frequency_toggle in snd-gprefs.o
>>>    _log_magnitude_toggle in snd-gprefs.o
>>>    _transform_peaks_toggle in snd-gprefs.o
>>>    _transform_graph_type_choice in snd-gprefs.o
>>>    _smpte_toggle in snd-gprefs.o
>>>    _with_inset_graph_toggle in snd-gprefs.o
>>>    _grid_toggle in snd-gprefs.o
>>>    _y_zero_toggle in snd-gprefs.o
>>>    _channel_style_choice in snd-gprefs.o
>>>    _graph_style_choice in snd-gprefs.o
>>>    _cursor_style_choice in snd-gprefs.o
>>>    _verbose_cursor_toggle in snd-gprefs.o
>>>    _save_key_binding in snd-gprefs.o
>>>    _save_key_binding in snd-gprefs.o
>>>    _save_key_binding in snd-gprefs.o
>>>    _key_bind in snd-gprefs.o
>>>    _key_bind in snd-gprefs.o
>>>    _key_bind in snd-gprefs.o
>>>    _toggle_with_menu_icons in snd-gprefs.o
>>>    _toggle_with_tooltips in snd-gprefs.o
>>>    _toggle_with_toolbar in snd-gprefs.o
>>>    _controls_toggle in snd-gprefs.o
>>> "_cairo_pattern_destroy", referenced from:
>>>    _erase_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>> "_gdk_keyval_from_name", referenced from:
>>>    _key_name_to_key in snd-kbd.o
>>>    _clear_key in snd-gprefs.o
>>> "_g_io_add_watch_full", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_toggle_button_set_active", referenced from:
>>>    _set_toggle_button in snd-gutils.o
>>>    _set_toggle_button in snd-gutils.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>> "_gtk_label_get_type", referenced from:
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _snd_gtk_highlight_label_new in snd-gutils.o
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _set_label in snd-gutils.o
>>>    _set_button_label in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _set_item_label in snd-gmenu.o
>>>    _get_item_label in snd-gmenu.o
>>>    _make_minibuffer_label in snd-gsnd.o
>>>    _scroll_to_revlen in snd-gsnd.o
>>>    _scroll_to_contrast in snd-gsnd.o
>>>    _scroll_to_amp in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _scroll_to_revscl in snd-gsnd.o
>>>    _scroll_to_expand in snd-gsnd.o
>>>    _scroll_to_speed in snd-gsnd.o
>>>    _regrow_get_label in snd-gregion.o
>>>    _set_speed_label in snd-gmix.o
>>>    _reflect_mix_amp in snd-gmix.o
>>>    _make_base_label in snd-genv.o
>>>    _reflect_apply_state in snd-genv.o
>>>    _set_fft_window in snd-gfft.o
>>>    _window_browse_callback in snd-gfft.o
>>>    _size_browse_callback in snd-gfft.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _file_dir_item_activate_callback in snd-gfile.o
>>>    _save_as_file_exists_check in snd-gfile.o
>>>    _save_as_mkdir_callback in snd-gfile.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _errors_to_color_text in snd-gprefs.o
>>>    _unpost_color_error in snd-gprefs.o
>>> "_gtk_object_get_type", referenced from:
>>>    _save_view_files_dialogs in snd-file.o
>>>    _view_files_unplay in snd-file.o
>>>    _add_file_to_view_files_list in snd-file.o
>>>    _add_file_to_view_files_list in snd-file.o
>>>    _add_file_to_view_files_list in snd-file.o
>>>    _vf_open_file_watcher_w in snd-file.o
>>>    _make_view_files_dialog in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _view_files_add_directory in snd-file.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _clear_find_error in snd-gfind.o
>>>    _save_find_dialog_state in snd-gfind.o
>>>    _color_orientation_dialog_is_active in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _listener_width in snd-glistener.o
>>>    _listener_height in snd-glistener.o
>>>    _channel_graph_is_visible in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _showing_controls in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _snd_info_cleanup in snd-gsnd.o
>>>    _region_dialog_is_active in snd-gregion.o
>>>    _region_browser_is_active in snd-gregion.o
>>>    _window_iconify in snd-gmain.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _clear_mix_error in snd-gmix.o
>>>    _enved_dialog_is_active in snd-genv.o
>>>    _transform_dialog_is_active in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _vf_set_amp_env in snd-gfile.o
>>>    _vf_reflect_sort_choice_in_menu in snd-gfile.o
>>>    _save_edits_now in snd-gfile.o
>>>    _unpost_unsaved_edits_if_any in snd-gfile.o
>>>    _save_edit_header_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_post_it_dialog_state in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _alert_new_file in snd-gfile.o
>>>    _alert_new_file in snd-gfile.o
>>>    _alert_new_file in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _reflect_region_in_save_as_dialog in snd-gfile.o
>>>    _make_auto_comment in snd-gfile.o
>>>    _call_arrow_up_press in snd-gprefs.o
>>>    _call_arrow_down_press in snd-gprefs.o
>>>    _arrow_func_down in snd-gprefs.o
>>>    _arrow_func_up in snd-gprefs.o
>>> "_gtk_check_button_new_with_label", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>> "_gtk_editable_set_editable", referenced from:
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _make_row_text in snd-gprefs.o
>>> "_cairo_pattern_create_linear", referenced from:
>>>    _erase_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>> "_gtk_scale_set_value_pos", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_control in snd-gsnd.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_pango_layout_set_text", referenced from:
>>>    _sg_text_width in snd-gutils.o
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>> "_g_filename_from_utf8", referenced from:
>>>    _drag_data_received in snd-gdrop.o
>>> "_gtk_widget_show_all", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _change_channel_style in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _show_controls in snd-gsnd.o
>>> "_g_signal_handlers_block_matched", referenced from:
>>>    _set_toggle_button in snd-gutils.o
>>> "_gtk_menu_shell_get_type", referenced from:
>>>    _view_files_reflect_sort_items in snd-file.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu_separator in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>> "_gtk_notebook_append_page", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>> "_gtk_box_pack_start", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _show_toolbar in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_control in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_row_inner_label in snd-gprefs.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_row_middle_separator in snd-gprefs.o
>>>    _make_inter_variable_separator in snd-gprefs.o
>>>    _make_inter_topic_separator in snd-gprefs.o
>>>    _make_row_inner_separator in snd-gprefs.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_cairo_set_line_width", referenced from:
>>>    _draw_lines in snd-gdraw.o
>>>    _draw_line in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_spectro_line in snd-gdraw.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_notebook_get_current_page", referenced from:
>>>    _reflect_sound_selection in snd-gsnd.o
>>> "_gtk_text_buffer_insert", referenced from:
>>>    _sg_text_insert in snd-gutils.o
>>>    _sg_text_replace in snd-glistener.o
>>> "_cairo_translate", referenced from:
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_widget_modify_text", referenced from:
>>>    _color_listener_text in snd-glistener.o
>>> "_pango_font_description_free", referenced from:
>>>    _set_axis_numbers_font in snd-gutils.o
>>>    _set_axis_label_font in snd-gutils.o
>>>    _set_bold_peaks_font in snd-gutils.o
>>>    _set_peaks_font in snd-gutils.o
>>>    _set_tiny_font in snd-gutils.o
>>>    _set_listener_font in snd-gutils.o
>>> "_gtk_editable_set_position", referenced from:
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _set_minibuffer_cursor_position in snd-gsnd.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>> "_gdk_window_get_position", referenced from:
>>>    _widget_y in snd-gutils.o
>>>    _widget_x in snd-gutils.o
>>> "_gtk_box_reorder_child", referenced from:
>>>    _show_toolbar in snd-gmenu.o
>>> "_gdk_window_object_get_type", referenced from:
>>>    _apply_enved in snd-genv.o
>>> "_gtk_text_buffer_select_range", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_button_set_alignment", referenced from:
>>>    _slist_new_item in snd-gutils.o
>>> "_gtk_misc_set_alignment", referenced from:
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>> "_gtk_label_new", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _snd_gtk_highlight_label_new in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_row_error in snd-gprefs.o
>>>    _make_row_inner_label in snd-gprefs.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>> "_gtk_arrow_new", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>> "_gtk_get_default_language", referenced from:
>>>    _sg_font_height in snd-gutils.o
>>> "_gtk_text_view_set_wrap_mode", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>> "_g_io_channel_unref", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_alignment_new", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>> "_gtk_text_buffer_get_char_count", referenced from:
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _g_goto_listener_end_w in snd-glistener.o
>>>    _listener_delete_text in snd-glistener.o
>>>    _text_at_cursor in snd-glistener.o
>>>    _listener_button_release in snd-glistener.o
>>>    _append_listener_text in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append in snd-glistener.o
>>>    _word_upper in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_menu_item_new_with_label", referenced from:
>>>    _view_files_reflect_sort_items in snd-file.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>> "_gtk_entry_set_has_frame", referenced from:
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>> "_gtk_vseparator_new", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_row_middle_separator in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>> "_gtk_widget_set_tooltip_text", referenced from:
>>>    _add_tooltip in snd-gmenu.o
>>> "_gtk_text_view_new", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>> "_gtk_container_add", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _handle_listener in snd-glistener.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_control in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_paned_pack2", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>>    _handle_listener in snd-glistener.o
>>>    _add_sound_window in snd-gsnd.o
>>> "_pango_font_metrics_get_ascent", referenced from:
>>>    _sg_font_height in snd-gutils.o
>>> "_gtk_text_view_get_type", referenced from:
>>>    _listener_return in snd-listener.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _sg_cursor_position in snd-gutils.o
>>>    _sg_set_cursor in snd-gutils.o
>>>    _sg_text_insert in snd-gutils.o
>>>    _sg_text_insert in snd-gutils.o
>>>    _sg_get_text in snd-gutils.o
>>>    _snd_help_back_to_top in snd-ghelp.o
>>>    _help_expose_callback in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _g_goto_listener_end_w in snd-glistener.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _sg_text_delete in snd-glistener.o
>>>    _listener_delete_text in snd-glistener.o
>>>    _text_at_cursor in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>>    _remove_inverse in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _listener_button_release in snd-glistener.o
>>>    _add_inverse in snd-glistener.o
>>>    _sg_text_replace in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _append_listener_text in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append in snd-glistener.o
>>>    _word_upper in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>> "_gtk_menu_bar_new", referenced from:
>>>    _add_menu in snd-gmenu.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>> "_cairo_restore", referenced from:
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_sono_rectangles in snd-gdraw.o
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_table_attach_defaults", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_gtk_text_buffer_remove_tag", referenced from:
>>>    _remove_inverse in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>> "_gtk_spin_button_set_value", referenced from:
>>>    _set_filter_order_1 in snd-gsnd.o
>>>    _reflect_log_freq_start_in_transform_dialog in snd-gfft.o
>>>    _reflect_min_db_in_transform_dialog in snd-gfft.o
>>>    _reflect_peaks_in_transform_dialog in snd-gfft.o
>>> "_gtk_label_set_text", referenced from:
>>>    _set_label in snd-gutils.o
>>>    _set_button_label in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _set_item_label in snd-gmenu.o
>>>    _make_minibuffer_label in snd-gsnd.o
>>>    _scroll_to_revlen in snd-gsnd.o
>>>    _scroll_to_contrast in snd-gsnd.o
>>>    _scroll_to_amp in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _scroll_to_revscl in snd-gsnd.o
>>>    _scroll_to_expand in snd-gsnd.o
>>>    _scroll_to_speed in snd-gsnd.o
>>>    _set_speed_label in snd-gmix.o
>>>    _reflect_mix_amp in snd-gmix.o
>>>    _make_base_label in snd-genv.o
>>>    _reflect_apply_state in snd-genv.o
>>>    _set_fft_window in snd-gfft.o
>>>    _window_browse_callback in snd-gfft.o
>>>    _size_browse_callback in snd-gfft.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _save_as_file_exists_check in snd-gfile.o
>>>    _save_as_mkdir_callback in snd-gfile.o
>>>    _errors_to_color_text in snd-gprefs.o
>>>    _unpost_color_error in snd-gprefs.o
>>> "_gsl_sf_lngamma", referenced from:
>>>    _g_lgamma_w in snd-xen.o
>>> "_gtk_text_view_scroll_mark_onscreen", referenced from:
>>>    _sg_set_cursor in snd-gutils.o
>>> "_g_signal_stop_emission", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>>    _real_graph_key_press in snd-gchn.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _region_labels_mouse_enter in snd-gregion.o
>>> "_gtk_hpaned_get_type", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>> "_gtk_toolbar_insert", referenced from:
>>>    _add_separator_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>> "_gtk_container_get_children", referenced from:
>>>    _set_stock_button_label_1 in snd-gutils.o
>>> "_gtk_text_buffer_delete", referenced from:
>>>    _sg_text_delete in snd-glistener.o
>>>    _sg_text_replace in snd-glistener.o
>>> "_gsl_ieee_env_setup", referenced from:
>>>    _main in snd.o
>>> "_gtk_menu_get_type", referenced from:
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>> "_gtk_button_new", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>> "_gtk_frame_set_label_align", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>> "_g_signal_lookup", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>>    _real_graph_key_press in snd-gchn.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _region_labels_mouse_enter in snd-gregion.o
>>> "_gtk_widget_get_type", referenced from:
>>>    _recolor_everything_1 in snd-draw.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _add_separator_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>>    _set_listener_text_font in snd-glistener.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _unsaved_edits_activate in snd-gfile.o
>>> "_gtk_text_view_set_editable", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>> "_gsl_dht_new", referenced from:
>>>    _g_gsl_dht_w in snd-xen.o
>>> "_pango_cairo_update_layout", referenced from:
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>> "_gtk_scale_get_type", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_control in snd-gsnd.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_box_get_type", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _show_toolbar in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_control in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_regrow in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_row_error in snd-gprefs.o
>>>    _make_row_inner_label in snd-gprefs.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_row_middle_separator in snd-gprefs.o
>>>    _make_inter_variable_separator in snd-gprefs.o
>>>    _make_inter_topic_separator in snd-gprefs.o
>>>    _make_row_inner_separator in snd-gprefs.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_misc_get_alignment", referenced from:
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>> "_g_list_foreach", referenced from:
>>>    _set_stock_button_label_1 in snd-gutils.o
>>> "_cairo_move_to", referenced from:
>>>    _draw_lines in snd-gdraw.o
>>>    _draw_line in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_spectro_line in snd-gdraw.o
>>>    _fill_polygon_from_array in snd-gdraw.o
>>>    _fill_polygon in snd-gdraw.o
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_meters in snd-grec.o
>>> "_gdk_keyval_name", referenced from:
>>>    _key_to_name in snd-kbd.o
>>>    _make_key_name in snd-kbd.o
>>>    _make_key_info in snd-kbd.o
>>> "_gtk_button_set_image", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>> "_gtk_text_buffer_cut_clipboard", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_binding_entry_remove", referenced from:
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>> "_gtk_toggle_button_get_type", referenced from:
>>>    _view_files_unplay in snd-file.o
>>>    _set_toggle_button in snd-gutils.o
>>>    _set_toggle_button in snd-gutils.o
>>>    _invert_color_callback in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _w_toggle_click_callback in snd-gchn.o
>>>    _f_toggle_click_callback in snd-gchn.o
>>>    _filter_button_callback in snd-gsnd.o
>>>    _reverb_button_callback in snd-gsnd.o
>>>    _contrast_button_callback in snd-gsnd.o
>>>    _expand_button_callback in snd-gsnd.o
>>>    _unite_button_click in snd-gsnd.o
>>>    _sync_button_click in snd-gsnd.o
>>>    _play_button_click_callback in snd-gsnd.o
>>>    _filter_hz_callback in snd-gsnd.o
>>>    _filter_db_callback in snd-gsnd.o
>>>    _region_play_callback in snd-gregion.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _mix_wave_callback in snd-gmix.o
>>>    _mix_clip_callback in snd-gmix.o
>>>    _mix_dB_callback in snd-gmix.o
>>>    _mix_sync_callback in snd-gmix.o
>>>    _db_callback in snd-grec.o
>>>    _clip_button_callback in snd-genv.o
>>>    _dB_button_callback in snd-genv.o
>>>    _graph_button_callback in snd-genv.o
>>>    _selection_callback in snd-gfft.o
>>>    _normalize_callback in snd-gfft.o
>>>    _phases_callback in snd-gfft.o
>>>    _logfreq_callback in snd-gfft.o
>>>    _db_callback in snd-gfft.o
>>>    _peaks_callback in snd-gfft.o
>>>    _spectrogram_callback in snd-gfft.o
>>>    _sonogram_callback in snd-gfft.o
>>>    _normal_fft_callback in snd-gfft.o
>>>    _file_data_src_callback in snd-gfile.o
>>>    _view_files_play_callback in snd-gfile.o
>>>    _just_sounds_callback in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _file_data_auto_comment_callback in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _play_selected_callback in snd-gfile.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _initial_bounds_toggle in snd-gprefs.o
>>>    _save_initial_bounds in snd-gprefs.o
>>>    _peak_envs_toggle in snd-gprefs.o
>>>    _save_peak_envs in snd-gprefs.o
>>>    _toggle_remember_sound_state in snd-gprefs.o
>>>    _with_tracking_cursor_toggle in snd-gprefs.o
>>>    _save_with_pointer_focus in snd-gprefs.o
>>>    _with_pointer_focus_toggle in snd-gprefs.o
>>>    _save_smpte in snd-gprefs.o
>>>    _save_with_inset_graph in snd-gprefs.o
>>>    _unsaved_edits_toggle in snd-gprefs.o
>>>    _sync2_choice in snd-gprefs.o
>>>    _sync1_choice in snd-gprefs.o
>>>    _selection_creates_region_toggle in snd-gprefs.o
>>>    _dac_combines_channels_toggle in snd-gprefs.o
>>>    _graphs_horizontal_toggle in snd-gprefs.o
>>>    _just_sounds_toggle in snd-gprefs.o
>>>    _overwrite_toggle in snd-gprefs.o
>>>    _resize_toggle in snd-gprefs.o
>>>    _show_listener_toggle in snd-gprefs.o
>>>    _default_output_data_format_choice in snd-gprefs.o
>>>    _default_output_header_type_choice in snd-gprefs.o
>>>    _default_output_srate_choice in snd-gprefs.o
>>>    _default_output_chans_choice in snd-gprefs.o
>>>    _speed_control_choice in snd-gprefs.o
>>>    _tracking_cursor_style_choice in snd-gprefs.o
>>>    _show_mix_waveforms_toggle in snd-gprefs.o
>>>    _transform_normalization_choice in snd-gprefs.o
>>>    _log_frequency_toggle in snd-gprefs.o
>>>    _log_magnitude_toggle in snd-gprefs.o
>>>    _transform_peaks_toggle in snd-gprefs.o
>>>    _transform_graph_type_choice in snd-gprefs.o
>>>    _smpte_toggle in snd-gprefs.o
>>>    _with_inset_graph_toggle in snd-gprefs.o
>>>    _grid_toggle in snd-gprefs.o
>>>    _y_zero_toggle in snd-gprefs.o
>>>    _channel_style_choice in snd-gprefs.o
>>>    _graph_style_choice in snd-gprefs.o
>>>    _cursor_style_choice in snd-gprefs.o
>>>    _verbose_cursor_toggle in snd-gprefs.o
>>>    _save_key_binding in snd-gprefs.o
>>>    _key_bind in snd-gprefs.o
>>>    _toggle_with_menu_icons in snd-gprefs.o
>>>    _toggle_with_tooltips in snd-gprefs.o
>>>    _toggle_with_toolbar in snd-gprefs.o
>>>    _controls_toggle in snd-gprefs.o
>>> "_gtk_button_set_label", referenced from:
>>>    _slist_clear in snd-gutils.o
>>>    _slist_append in snd-gutils.o
>>> "_gsl_sf_erf", referenced from:
>>>    _g_erf_w in snd-xen.o
>>> "_gtk_notebook_new", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_hscale_new", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_control in snd-gsnd.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gsl_poly_complex_workspace_alloc", referenced from:
>>>    _g_gsl_roots_w in snd-xen.o
>>> "_g_idle_add_full", referenced from:
>>>    _add_work_proc in snd-gutils.o
>>> "_gtk_table_attach", referenced from:
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>> "_cairo_destroy", referenced from:
>>>    _free_cairo in snd-gutils.o
>>> "_g_type_check_instance_cast", referenced from:
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _save_view_files_dialogs in snd-file.o
>>>    _dialog_get_title in snd-file.o
>>>    _view_files_reflect_sort_items in snd-file.o
>>>    _view_files_reflect_sort_items in snd-file.o
>>>    _view_files_unplay in snd-file.o
>>>    _view_files_unplay in snd-file.o
>>>    _add_file_to_view_files_list in snd-file.o
>>>    _add_file_to_view_files_list in snd-file.o
>>>    _add_file_to_view_files_list in snd-file.o
>>>    _vf_open_file_watcher_w in snd-file.o
>>>    _make_view_files_dialog in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _add_directory_to_view_files_list in snd-file.o
>>>    _view_files_add_directory in snd-file.o
>>>    _g_make_cairo_w in snd-draw.o
>>>    _g_set_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _recolor_everything_1 in snd-draw.o
>>>    _slist_selection in snd-gutils.o
>>>    _slist_row in snd-gutils.o
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _info_widget_display in snd-gutils.o
>>>    _widget_mus_long_t_to_text in snd-gutils.o
>>>    _widget_int_to_text in snd-gutils.o
>>>    _info_widget_set_size in snd-gutils.o
>>>    _snd_gtk_highlight_label_new in snd-gutils.o
>>>    _snd_gtk_highlight_label_new in snd-gutils.o
>>>    _sg_make_resizable in snd-gutils.o
>>>    _sg_make_resizable in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _sg_cursor_position in snd-gutils.o
>>>    _sg_set_cursor in snd-gutils.o
>>>    _sg_set_cursor in snd-gutils.o
>>>    _sg_text_insert in snd-gutils.o
>>>    _sg_text_insert in snd-gutils.o
>>>    _sg_get_text in snd-gutils.o
>>>    _set_widget_position in snd-gutils.o
>>>    _set_widget_x in snd-gutils.o
>>>    _set_widget_y in snd-gutils.o
>>>    _set_toggle_button in snd-gutils.o
>>>    _set_toggle_button in snd-gutils.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _slist_item_clicked in snd-gutils.o
>>>    _slist_clear in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_append in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _set_title in snd-gutils.o
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_label in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _set_label in snd-gutils.o
>>>    _set_button_label in snd-gutils.o
>>>    _set_button_label in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _raise_dialog in snd-gutils.o
>>>    _sg_text_width in snd-gutils.o
>>>    _snd_help_back_to_top in snd-ghelp.o
>>>    _snd_help_back_to_top in snd-ghelp.o
>>>    _help_expose_callback in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _search_activated in snd-ghelp.o
>>>    _search_activated in snd-ghelp.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _g_find_dialog in snd-gfind.o
>>>    _errors_to_find_text in snd-gfind.o
>>>    _edit_find_find in snd-gfind.o
>>>    _clear_find_error in snd-gfind.o
>>>    _save_find_dialog_state in snd-gfind.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _menu_callback in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _add_separator_to_toolbar in snd-gmenu.o
>>>    _add_separator_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>>    _show_toolbar in snd-gmenu.o
>>>    _show_toolbar in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _add_menu_separator in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_menu_update_1 in snd-gmenu.o
>>>    _set_item_label in snd-gmenu.o
>>>    _set_item_label in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _get_item_label in snd-gmenu.o
>>>    _get_item_label in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _menu_drag_watcher in snd-gmenu.o
>>>    _color_orientation_dialog_is_active in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _hop_callback in snd-gdraw.o
>>>    _sz_orientation_callback in snd-gdraw.o
>>>    _sz_orientation_callback in snd-gdraw.o
>>>    _sy_orientation_callback in snd-gdraw.o
>>>    _sy_orientation_callback in snd-gdraw.o
>>>    _sx_orientation_callback in snd-gdraw.o
>>>    _sx_orientation_callback in snd-gdraw.o
>>>    _az_orientation_callback in snd-gdraw.o
>>>    _az_orientation_callback in snd-gdraw.o
>>>    _ay_orientation_callback in snd-gdraw.o
>>>    _ay_orientation_callback in snd-gdraw.o
>>>    _ax_orientation_callback in snd-gdraw.o
>>>    _ax_orientation_callback in snd-gdraw.o
>>>    _cutoff_color_callback in snd-gdraw.o
>>>    _scale_color_callback in snd-gdraw.o
>>>    _invert_color_callback in snd-gdraw.o
>>>    _set_spectro_hop in snd-gdraw.o
>>>    _set_spectro_z_scale in snd-gdraw.o
>>>    _set_spectro_y_scale in snd-gdraw.o
>>>    _set_spectro_x_scale in snd-gdraw.o
>>>    _set_spectro_z_angle in snd-gdraw.o
>>>    _set_spectro_y_angle in snd-gdraw.o
>>>    _set_spectro_x_angle in snd-gdraw.o
>>>    _set_color_cutoff in snd-gdraw.o
>>>    _reflect_color_scale in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>>    _g_goto_listener_end_w in snd-glistener.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _sg_text_delete in snd-glistener.o
>>>    _listener_delete_text in snd-glistener.o
>>>    _set_listener_text_font in snd-glistener.o
>>>    _listener_width in snd-glistener.o
>>>    _listener_height in snd-glistener.o
>>>    _connect_mouse_to_text in snd-glistener.o
>>>    _connect_mouse_to_text in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _text_at_cursor in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>>    _remove_inverse in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _listener_button_release in snd-glistener.o
>>>    _add_inverse in snd-glistener.o
>>>    _sg_text_replace in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _append_listener_text in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append in snd-glistener.o
>>>    _word_upper in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _remake_edit_history in snd-gchn.o
>>>    _cleanup_cw in snd-gchn.o
>>>    _channel_graph_is_visible in snd-gchn.o
>>>    _channel_graph_is_visible in snd-gchn.o
>>>    _gsy_size in snd-gchn.o
>>>    _gsy_value in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _gsy_valuechanged_callback in snd-gchn.o
>>>    _gsy_valuechanged_callback in snd-gchn.o
>>>    _sx_valuechanged_callback in snd-gchn.o
>>>    _sx_valuechanged_callback in snd-gchn.o
>>>    _sy_valuechanged_callback in snd-gchn.o
>>>    _sy_valuechanged_callback in snd-gchn.o
>>>    _change_gzy in snd-gchn.o
>>>    _change_gzy in snd-gchn.o
>>>    _change_gzy in snd-gchn.o
>>>    _set_scrollbar in snd-gchn.o
>>>    _set_scrollbar in snd-gchn.o
>>>    _zy_valuechanged_callback in snd-gchn.o
>>>    _zy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _w_toggle_click_callback in snd-gchn.o
>>>    _f_toggle_click_callback in snd-gchn.o
>>>    _zx_valuechanged_callback in snd-gchn.o
>>>    _zx_valuechanged_callback in snd-gchn.o
>>>    _graph_mouse_leave in snd-gchn.o
>>>    _graph_mouse_enter in snd-gchn.o
>>>    _channel_drag_watcher in snd-gchn.o
>>>    _channel_drop_watcher in snd-gchn.o
>>>    _reflect_edit_counter_change in snd-gchn.o
>>>    _showing_controls in snd-gsnd.o
>>>    _showing_controls in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _reverb_feedback_callback in snd-gsnd.o
>>>    _reverb_lowpass_callback in snd-gsnd.o
>>>    _contrast_amp_callback in snd-gsnd.o
>>>    _expand_jitter_callback in snd-gsnd.o
>>>    _expand_ramp_callback in snd-gsnd.o
>>>    _expand_length_callback in snd-gsnd.o
>>>    _expand_hop_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _reflect_sound_selection in snd-gsnd.o
>>>    _reflect_sound_selection in snd-gsnd.o
>>>    _sound_pix_wn in snd-gsnd.o
>>>    _sound_pix_wn in snd-gsnd.o
>>>    _make_minibuffer_label in snd-gsnd.o
>>>    _scroll_to_revlen in snd-gsnd.o
>>>    _revlen_changed_callback in snd-gsnd.o
>>>    _set_revlen in snd-gsnd.o
>>>    _scroll_to_contrast in snd-gsnd.o
>>>    _contrast_changed_callback in snd-gsnd.o
>>>    _set_contrast in snd-gsnd.o
>>>    _scroll_to_amp in snd-gsnd.o
>>>    _amp_changed_callback in snd-gsnd.o
>>>    _set_amp in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _filter_button_callback in snd-gsnd.o
>>>    _reverb_button_callback in snd-gsnd.o
>>>    _contrast_button_callback in snd-gsnd.o
>>>    _expand_button_callback in snd-gsnd.o
>>>    _get_minibuffer_string in snd-gsnd.o
>>>    _scroll_to_revscl in snd-gsnd.o
>>>    _revscl_changed_callback in snd-gsnd.o
>>>    _set_revscl in snd-gsnd.o
>>>    _scroll_to_expand in snd-gsnd.o
>>>    _expand_changed_callback in snd-gsnd.o
>>>    _set_expand in snd-gsnd.o
>>>    _scroll_to_speed in snd-gsnd.o
>>>    _speed_changed_callback in snd-gsnd.o
>>>    _set_speed in snd-gsnd.o
>>>    _unite_button_click in snd-gsnd.o
>>>    _sync_button_click in snd-gsnd.o
>>>    _play_button_click_callback in snd-gsnd.o
>>>    _set_filter_text in snd-gsnd.o
>>>    _set_filter_text in snd-gsnd.o
>>>    _set_minibuffer_string in snd-gsnd.o
>>>    _set_minibuffer_string in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _set_minibuffer_cursor_position in snd-gsnd.o
>>>    _filter_env_changed in snd-gsnd.o
>>>    _filter_env_changed in snd-gsnd.o
>>>    _filter_activate_callback in snd-gsnd.o
>>>    _set_filter_order_1 in snd-gsnd.o
>>>    _filter_order_callback in snd-gsnd.o
>>>    _filter_hz_callback in snd-gsnd.o
>>>    _filter_db_callback in snd-gsnd.o
>>>    _display_minibuffer_error in snd-gsnd.o
>>>    _snd_info_cleanup in snd-gsnd.o
>>>    _region_dialog_is_active in snd-gregion.o
>>>    _region_browser_is_active in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _region_play_callback in snd-gregion.o
>>>    _regrow_get_label in snd-gregion.o
>>>    _regrow_get_label in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _add_drag_and_drop in snd-gdrop.o
>>>    _add_drag_and_drop in snd-gdrop.o
>>>    _add_drag_and_drop in snd-gdrop.o
>>>    _window_iconify in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _notebook_switch_page in snd-gmain.o
>>>    _set_speed_label in snd-gmix.o
>>>    _reflect_mix_speed in snd-gmix.o
>>>    _reflect_mix_amp in snd-gmix.o
>>>    _reflect_mix_amp in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _clear_mix_error in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _mix_wave_callback in snd-gmix.o
>>>    _mix_clip_callback in snd-gmix.o
>>>    _mix_dB_callback in snd-gmix.o
>>>    _mix_sync_callback in snd-gmix.o
>>>    _mix_amp_click_callback in snd-gmix.o
>>>    _mix_amp_release_callback in snd-gmix.o
>>>    _amp_motion_callback in snd-gmix.o
>>>    _mix_speed_release_callback in snd-gmix.o
>>>    _speed_motion_callback in snd-gmix.o
>>>    _beg_activated in snd-gmix.o
>>>    _id_activated in snd-gmix.o
>>>    _report_in_error_info in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _db_callback in snd-grec.o
>>>    _start_or_stop_recorder in snd-grec.o
>>>    _enved_dialog_is_active in snd-genv.o
>>>    _clip_button_callback in snd-genv.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _enved_filter_order_callback in snd-genv.o
>>>    _make_base_label in snd-genv.o
>>>    _set_enved_base in snd-genv.o
>>>    _base_changed_callback in snd-genv.o
>>>    _dB_button_callback in snd-genv.o
>>>    _graph_button_callback in snd-genv.o
>>>    _reflect_apply_state in snd-genv.o
>>>    _select_or_edit_env in snd-genv.o
>>>    _save_button_pressed in snd-genv.o
>>>    _apply_enved in snd-genv.o
>>>    _apply_enved in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _text_field_activated in snd-genv.o
>>>    _transform_dialog_is_active in snd-gfft.o
>>>    _set_spectrum_end_scale in snd-gfft.o
>>>    _set_spectrum_start_scale in snd-gfft.o
>>>    _spectrum_end_callback in snd-gfft.o
>>>    _spectrum_start_callback in snd-gfft.o
>>>    _set_fft_window_alpha in snd-gfft.o
>>>    _set_fft_window_beta in snd-gfft.o
>>>    _beta_callback in snd-gfft.o
>>>    _beta_callback in snd-gfft.o
>>>    _alpha_callback in snd-gfft.o
>>>    _alpha_callback in snd-gfft.o
>>>    _set_fft_window in snd-gfft.o
>>>    _window_browse_callback in snd-gfft.o
>>>    _log_freq_callback in snd-gfft.o
>>>    _min_db_callback in snd-gfft.o
>>>    _max_peaks_callback in snd-gfft.o
>>>    _selection_callback in snd-gfft.o
>>>    _normalize_callback in snd-gfft.o
>>>    _phases_callback in snd-gfft.o
>>>    _logfreq_callback in snd-gfft.o
>>>    _db_callback in snd-gfft.o
>>>    _peaks_callback in snd-gfft.o
>>>    _spectrogram_callback in snd-gfft.o
>>>    _sonogram_callback in snd-gfft.o
>>>    _normal_fft_callback in snd-gfft.o
>>>    _size_browse_callback in snd-gfft.o
>>>    _reflect_log_freq_start_in_transform_dialog in snd-gfft.o
>>>    _reflect_min_db_in_transform_dialog in snd-gfft.o
>>>    _reflect_peaks_in_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _file_print_callback in snd-gprint.o
>>>    _file_print_callback in snd-gprint.o
>>>    _file_print_callback in snd-gprint.o
>>>    _file_print_callback in snd-gprint.o
>>>    _clear_error_if_new_filename_changes in snd-gfile.o
>>>    _clear_error_if_filename_changes in snd-gfile.o
>>>    _clear_error_if_panel_changes in snd-gfile.o
>>>    _clear_error_if_open_changes in snd-gfile.o
>>>    _vf_post_add_error in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _vf_speed_release_callback in snd-gfile.o
>>>    _vf_speed_motion_callback in snd-gfile.o
>>>    _vf_speed_label_click_callback in snd-gfile.o
>>>    _vf_amp_release_callback in snd-gfile.o
>>>    _vf_amp_motion_callback in snd-gfile.o
>>>    _fsb_file_text in snd-gfile.o
>>>    _fsb_filter_text in snd-gfile.o
>>>    _vf_set_amp_env in snd-gfile.o
>>>    _vf_reflect_sort_choice_in_menu in snd-gfile.o
>>>    _sort_view_files_xen in snd-gfile.o
>>>    _vf_set_speed in snd-gfile.o
>>>    _vf_set_amp in snd-gfile.o
>>>    _vf_location in snd-gfile.o
>>>    _vf_location in snd-gfile.o
>>>    _view_files_add_files in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _file_data_src_callback in snd-gfile.o
>>>    _view_files_play_callback in snd-gfile.o
>>>    _reflect_save_as_sound_selection in snd-gfile.o
>>>    _save_edits_now in snd-gfile.o
>>>    _save_edits_now in snd-gfile.o
>>>    _unsaved_edits_activate in snd-gfile.o
>>>    _unpost_unsaved_edits_if_any in snd-gfile.o
>>>    _save_edit_header_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_file_dialog_state in snd-gfile.o
>>>    _save_post_it_dialog_state in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _post_file_dialog_error in snd-gfile.o
>>>    _fsb_file_set_text in snd-gfile.o
>>>    _fsb_filter_set_text_with_directory in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _load_new_file_defaults in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _new_file_reset_callback in snd-gfile.o
>>>    _new_file_ok_callback in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _alert_new_file in snd-gfile.o
>>>    _alert_new_file in snd-gfile.o
>>>    _alert_new_file in snd-gfile.o
>>>    _just_sounds_callback in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _file_dir_item_activate_callback in snd-gfile.o
>>>    _file_dir_item_activate_callback in snd-gfile.o
>>>    _save_as_file_exists_check in snd-gfile.o
>>>    _reflect_region_in_save_as_dialog in snd-gfile.o
>>>    _save_or_extract in snd-gfile.o
>>>    _save_or_extract in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _save_as_mkdir_callback in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _reflect_just_sounds in snd-gfile.o
>>>    _file_open_dialog_ok in snd-gfile.o
>>>    _fsb_directory_select_callback in snd-gfile.o
>>>    _fsb_directory_select_callback in snd-gfile.o
>>>    _make_auto_comment in snd-gfile.o
>>>    _file_data_auto_comment_callback in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_open_file_dialog in snd-gfile.o
>>>    _play_selected_callback in snd-gfile.o
>>>    _fsb_file_select_callback in snd-gfile.o
>>>    _fsb_file_select_callback in snd-gfile.o
>>>    _post_prefs_dialog_error in snd-gprefs.o
>>>    _prefs_set_dialog_title in snd-gprefs.o
>>>    _make_row_error in snd-gprefs.o
>>>    _make_row_inner_label in snd-gprefs.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_row_middle_separator in snd-gprefs.o
>>>    _make_inter_variable_separator in snd-gprefs.o
>>>    _make_inter_topic_separator in snd-gprefs.o
>>>    _make_row_inner_separator in snd-gprefs.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _call_arrow_up_press in snd-gprefs.o
>>>    _call_arrow_down_press in snd-gprefs.o
>>>    _arrow_func_down in snd-gprefs.o
>>>    _arrow_func_up in snd-gprefs.o
>>>    _prefs_call_color_func_callback in snd-gprefs.o
>>>    _prefs_call_color_func_callback in snd-gprefs.o
>>>    _prefs_call_color_func_callback in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _set_text in snd-gprefs.o
>>>    _set_text in snd-gprefs.o
>>>    _set_text in snd-gprefs.o
>>>    _prefs_scale_callback in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _reflect_color in snd-gprefs.o
>>>    _reflect_color in snd-gprefs.o
>>>    _reflect_color in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>>    _prefs_b_callback in snd-gprefs.o
>>>    _prefs_b_callback in snd-gprefs.o
>>>    _prefs_g_callback in snd-gprefs.o
>>>    _prefs_g_callback in snd-gprefs.o
>>>    _prefs_r_callback in snd-gprefs.o
>>>    _prefs_r_callback in snd-gprefs.o
>>>    _scale_set_color in snd-gprefs.o
>>>    _scale_set_color in snd-gprefs.o
>>>    _scale_set_color in snd-gprefs.o
>>>    _reflect_grid_density in snd-gprefs.o
>>>    _reflect_fft_window_beta in snd-gprefs.o
>>>    _errors_to_color_text in snd-gprefs.o
>>>    _unpost_color_error in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _initial_bounds_toggle in snd-gprefs.o
>>>    _save_initial_bounds in snd-gprefs.o
>>>    _peak_envs_toggle in snd-gprefs.o
>>>    _save_peak_envs in snd-gprefs.o
>>>    _toggle_remember_sound_state in snd-gprefs.o
>>>    _with_tracking_cursor_toggle in snd-gprefs.o
>>>    _save_with_pointer_focus in snd-gprefs.o
>>>    _with_pointer_focus_toggle in snd-gprefs.o
>>>    _save_smpte in snd-gprefs.o
>>>    _save_with_inset_graph in snd-gprefs.o
>>>    _unsaved_edits_toggle in snd-gprefs.o
>>>    _sync2_choice in snd-gprefs.o
>>>    _sync1_choice in snd-gprefs.o
>>>    _selection_creates_region_toggle in snd-gprefs.o
>>>    _dac_combines_channels_toggle in snd-gprefs.o
>>>    _graphs_horizontal_toggle in snd-gprefs.o
>>>    _just_sounds_toggle in snd-gprefs.o
>>>    _overwrite_toggle in snd-gprefs.o
>>>    _resize_toggle in snd-gprefs.o
>>>    _show_listener_toggle in snd-gprefs.o
>>>    _post_prefs_error in snd-gprefs.o
>>>    _default_output_data_format_choice in snd-gprefs.o
>>>    _default_output_data_format_choice in snd-gprefs.o
>>>    _default_output_header_type_choice in snd-gprefs.o
>>>    _default_output_header_type_choice in snd-gprefs.o
>>>    _default_output_srate_choice in snd-gprefs.o
>>>    _default_output_srate_choice in snd-gprefs.o
>>>    _default_output_chans_choice in snd-gprefs.o
>>>    _default_output_chans_choice in snd-gprefs.o
>>>    _speed_control_choice in snd-gprefs.o
>>>    _speed_control_choice in snd-gprefs.o
>>>    _tracking_cursor_style_choice in snd-gprefs.o
>>>    _tracking_cursor_style_choice in snd-gprefs.o
>>>    _show_mix_waveforms_toggle in snd-gprefs.o
>>>    _transform_normalization_choice in snd-gprefs.o
>>>    _transform_normalization_choice in snd-gprefs.o
>>>    _log_frequency_toggle in snd-gprefs.o
>>>    _log_magnitude_toggle in snd-gprefs.o
>>>    _transform_peaks_toggle in snd-gprefs.o
>>>    _fft_window_beta_text_callback in snd-gprefs.o
>>>    _fft_window_beta_scale_callback in snd-gprefs.o
>>>    _transform_graph_type_choice in snd-gprefs.o
>>>    _transform_graph_type_choice in snd-gprefs.o
>>>    _smpte_toggle in snd-gprefs.o
>>>    _with_inset_graph_toggle in snd-gprefs.o
>>>    _grid_density_text_callback in snd-gprefs.o
>>>    _grid_density_scale_callback in snd-gprefs.o
>>>    _grid_toggle in snd-gprefs.o
>>>    _y_zero_toggle in snd-gprefs.o
>>>    _channel_style_choice in snd-gprefs.o
>>>    _channel_style_choice in snd-gprefs.o
>>>    _graph_style_choice in snd-gprefs.o
>>>    _graph_style_choice in snd-gprefs.o
>>>    _cursor_style_choice in snd-gprefs.o
>>>    _cursor_style_choice in snd-gprefs.o
>>>    _verbose_cursor_toggle in snd-gprefs.o
>>>    _save_key_binding in snd-gprefs.o
>>>    _save_key_binding in snd-gprefs.o
>>>    _save_key_binding in snd-gprefs.o
>>>    _key_bind in snd-gprefs.o
>>>    _key_bind in snd-gprefs.o
>>>    _key_bind in snd-gprefs.o
>>>    _toggle_with_menu_icons in snd-gprefs.o
>>>    _toggle_with_tooltips in snd-gprefs.o
>>>    _toggle_with_toolbar in snd-gprefs.o
>>>    _controls_toggle in snd-gprefs.o
>>> "_gtk_spin_button_get_value_as_int", referenced from:
>>>    _filter_order_callback in snd-gsnd.o
>>>    _enved_filter_order_callback in snd-genv.o
>>>    _max_peaks_callback in snd-gfft.o
>>> "_gtk_widget_set_name", referenced from:
>>>    _add_listener_style in snd-gutils.o
>>>    _add_white_button_style in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_event_box_new", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>> "_gtk_frame_get_type", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _handle_listener in snd-glistener.o
>>>    _add_control in snd-gsnd.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_pango_layout_new", referenced from:
>>>    _sg_text_width in snd-gutils.o
>>> "_gtk_hbox_new", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_regrow in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_combo_box_entry_new_text", referenced from:
>>>    _prefs_row_with_list in snd-gprefs.o
>>> "_cairo_set_source", referenced from:
>>>    _erase_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>> "_gtk_text_buffer_get_selection_bounds", referenced from:
>>>    _text_release_callback in snd-ghelp.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>> "_gtk_box_pack_end", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_row_error in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_binding_entry_add_signal", referenced from:
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>>    _make_bindings in snd-glistener.o
>>> "_gtk_notebook_page_num", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>> "_gtk_text_buffer_new", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>> "_gtk_text_buffer_get_insert", referenced from:
>>>    _sg_cursor_position in snd-gutils.o
>>>    _sg_set_cursor in snd-gutils.o
>>> "_gtk_hseparator_new", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>>    _record_file in snd-grec.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_inter_variable_separator in snd-gprefs.o
>>>    _make_inter_topic_separator in snd-gprefs.o
>>>    _make_row_inner_separator in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_g_type_check_instance_is_a", referenced from:
>>>    _g_set_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _recolor_everything_1 in snd-draw.o
>>>    _recolor_everything_1 in snd-draw.o
>>>    _sg_make_resizable in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _draw_picture in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _set_text in snd-gprefs.o
>>>    _set_text in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>> "_gdk_pango_context_get", referenced from:
>>>    _sg_font_height in snd-gutils.o
>>>    _sg_text_width in snd-gutils.o
>>> "_gtk_menu_item_get_submenu", referenced from:
>>>    _g_add_to_menu in snd-gmenu.o
>>> "_cairo_rotate", referenced from:
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_window_resize", referenced from:
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_radio_button_get_group", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_row_radio_box in snd-gprefs.o
>>> "_gtk_menu_shell_prepend", referenced from:
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>> "_gtk_window_set_resizable", referenced from:
>>>    _sg_make_resizable in snd-gutils.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>> "_gtk_scale_get_digits", referenced from:
>>>    _scale_double_format_callback in snd-gdraw.o
>>> "_g_free", referenced from:
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _help_expose_callback in snd-ghelp.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _save_find_dialog_state in snd-gfind.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _back_to_start in snd-glistener.o
>>>    _text_at_cursor in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _highlight_unbalanced_paren in snd-glistener.o
>>>    _save_listener_text in snd-glistener.o
>>>    _word_upper in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _save_post_it_dialog_state in snd-gfile.o
>>>   (maybe you meant: _g_free_mix_sampler)
>>> "_gtk_menu_popup", referenced from:
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>> "_gtk_init", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_vpaned_get_type", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>> "_gtk_scale_set_digits", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_control in snd-gsnd.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_gtk_main", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_combo_box_append_text", referenced from:
>>>    _prefs_row_with_list in snd-gprefs.o
>>> "_pango_font_description_from_string", referenced from:
>>>    _set_axis_numbers_font in snd-gutils.o
>>>    _set_axis_label_font in snd-gutils.o
>>>    _set_bold_peaks_font in snd-gutils.o
>>>    _set_peaks_font in snd-gutils.o
>>>    _set_tiny_font in snd-gutils.o
>>>    _set_listener_font in snd-gutils.o
>>> "_gtk_window_set_title", referenced from:
>>>    _add_directory_to_view_files_list in snd-file.o
>>>    _set_title in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _menu_drag_watcher in snd-gmenu.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _reflect_save_as_sound_selection in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_open_file_dialog in snd-gfile.o
>>>    _post_prefs_dialog_error in snd-gprefs.o
>>>    _prefs_set_dialog_title in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_vbox_get_type", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>> "_gdk_window_process_updates", referenced from:
>>>    _apply_enved in snd-genv.o
>>> "_g_object_ref", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _snd_gtk_dialog_new in snd-gutils.o
>>>    _file_print_callback in snd-gprint.o
>>> "_g_object_set", referenced from:
>>>    _set_with_menu_icons in snd-file.o
>>>    _set_with_tooltips in snd-file.o
>>>    _cursor_set_blinks in snd-glistener.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _save_edits_now in snd-gfile.o
>>>    _make_row_text in snd-gprefs.o
>>> "_gtk_button_new_from_stock", referenced from:
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_notebook_get_nth_page", referenced from:
>>>    _notebook_switch_page in snd-gmain.o
>>> "_gdk_window_resize", referenced from:
>>>    _set_widget_size in snd-gutils.o
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_window_new", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>>    _snd_doit in snd-gmain.o
>>> "_g_object_get_data", referenced from:
>>>    _slist_row in snd-gutils.o
>>>    _reset_user_int_data in snd-gutils.o
>>>    _get_user_int_data in snd-gutils.o
>>>    _get_user_data in snd-gutils.o
>>>    _file_open_dialog_ok in snd-gfile.o
>>> "_gtk_table_get_type", referenced from:
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_cairo_close_path", referenced from:
>>>    _fill_polygon_from_array in snd-gdraw.o
>>>    _fill_polygon in snd-gdraw.o
>>> "_gsl_sf_bessel_I0_e", referenced from:
>>>    _mus_bessi0 in clm.o
>>> "_gtk_menu_item_set_submenu", referenced from:
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_menu_update_1 in snd-gmenu.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>> "_g_signal_handler_disconnect", referenced from:
>>>    _clear_find_error in snd-gfind.o
>>>    _clear_minibuffer_error in snd-gsnd.o
>>>    _clear_error in snd-grec.o
>>>    _vf_add_text_modify_callback in snd-gfile.o
>>>    _vf_clear_mark in snd-gfile.o
>>>    _vf_clear_mark in snd-gfile.o
>>>    _vf_clear_sample in snd-gfile.o
>>>    _vf_clear_sample in snd-gfile.o
>>>    _clear_filename_handlers in snd-gfile.o
>>>    _clear_open_handlers in snd-gfile.o
>>>    _panel_modify_callback in snd-gfile.o
>>>    _chans_key_press_callback in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _new_file_undoit in snd-gfile.o
>>>    _save_as_undoit in snd-gfile.o
>>>    _post_prefs_error in snd-gprefs.o
>>>    _clear_prefs_error in snd-gprefs.o
>>> "_gtk_widget_set_sensitive", referenced from:
>>>    _set_sensitive in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _set_current_region in snd-gregion.o
>>>    _set_current_region in snd-gregion.o
>>>    _set_current_region in snd-gregion.o
>>>    _edit_header_set_ok_sensitive in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _reflect_fft_size in snd-gprefs.o
>>>    _reflect_fft_size in snd-gprefs.o
>>>    _show_speed_control_semitones in snd-gprefs.o
>>>    _reflect_dot_size in snd-gprefs.o
>>>    _reflect_dot_size in snd-gprefs.o
>>>    _reflect_cursor_size in snd-gprefs.o
>>>    _reflect_cursor_size in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _speed_control_text in snd-gprefs.o
>>>    _fft_size_down in snd-gprefs.o
>>>    _fft_size_down in snd-gprefs.o
>>>    _fft_size_up in snd-gprefs.o
>>>    _fft_size_up in snd-gprefs.o
>>>    _dot_size_down in snd-gprefs.o
>>>    _dot_size_down in snd-gprefs.o
>>>    _dot_size_up in snd-gprefs.o
>>>    _dot_size_up in snd-gprefs.o
>>>    _cursor_size_down in snd-gprefs.o
>>>    _cursor_size_down in snd-gprefs.o
>>>    _cursor_size_up in snd-gprefs.o
>>>    _cursor_size_up in snd-gprefs.o
>>> "_gtk_widget_add_events", referenced from:
>>>    _snd_help in snd-ghelp.o
>>> "_gsl_dht_apply", referenced from:
>>>    _g_gsl_dht_w in snd-xen.o
>>> "_gtk_window_present", referenced from:
>>>    _raise_dialog in snd-gutils.o
>>> "_gtk_menu_item_new", referenced from:
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _add_menu_separator in snd-gmenu.o
>>> "_gtk_entry_get_text", referenced from:
>>>    _g_widget_text_w in snd-draw.o
>>>    _search_activated in snd-ghelp.o
>>>    _g_find_dialog in snd-gfind.o
>>>    _edit_find_find in snd-gfind.o
>>>    _get_minibuffer_string in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _filter_activate_callback in snd-gsnd.o
>>>    _beg_activated in snd-gmix.o
>>>    _id_activated in snd-gmix.o
>>>    _start_or_stop_recorder in snd-grec.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _save_button_pressed in snd-genv.o
>>>    _text_field_activated in snd-genv.o
>>>    _fsb_file_text in snd-gfile.o
>>>    _fsb_filter_text in snd-gfile.o
>>>    _vf_location in snd-gfile.o
>>>    _vf_location in snd-gfile.o
>>>    _view_files_add_files in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _new_file_reset_callback in snd-gfile.o
>>>    _new_file_ok_callback in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _get_text in snd-gprefs.o
>>>    _prefs_b_callback in snd-gprefs.o
>>>    _prefs_g_callback in snd-gprefs.o
>>>    _prefs_r_callback in snd-gprefs.o
>>> "_gtk_window_get_type", referenced from:
>>>    _dialog_get_title in snd-file.o
>>>    _add_directory_to_view_files_list in snd-file.o
>>>    _sg_make_resizable in snd-gutils.o
>>>    _set_widget_position in snd-gutils.o
>>>    _set_widget_x in snd-gutils.o
>>>    _set_widget_y in snd-gutils.o
>>>    _set_title in snd-gutils.o
>>>    _raise_dialog in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _menu_drag_watcher in snd-gmenu.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _file_print_callback in snd-gprint.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _reflect_save_as_sound_selection in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_open_file_dialog in snd-gfile.o
>>>    _post_prefs_dialog_error in snd-gprefs.o
>>>    _prefs_set_dialog_title in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_tool_button_new_from_stock", referenced from:
>>>    _add_to_toolbar in snd-gmenu.o
>>> "_gtk_entry_get_type", referenced from:
>>>    _g_set_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _info_widget_display in snd-gutils.o
>>>    _widget_mus_long_t_to_text in snd-gutils.o
>>>    _widget_int_to_text in snd-gutils.o
>>>    _info_widget_set_size in snd-gutils.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _search_activated in snd-ghelp.o
>>>    _g_find_dialog in snd-gfind.o
>>>    _edit_find_find in snd-gfind.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _get_minibuffer_string in snd-gsnd.o
>>>    _set_filter_text in snd-gsnd.o
>>>    _set_filter_text in snd-gsnd.o
>>>    _set_minibuffer_string in snd-gsnd.o
>>>    _set_minibuffer_string in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _filter_env_changed in snd-gsnd.o
>>>    _filter_env_changed in snd-gsnd.o
>>>    _filter_activate_callback in snd-gsnd.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _beg_activated in snd-gmix.o
>>>    _id_activated in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _start_or_stop_recorder in snd-grec.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _select_or_edit_env in snd-genv.o
>>>    _save_button_pressed in snd-genv.o
>>>    _text_field_activated in snd-genv.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _fsb_file_text in snd-gfile.o
>>>    _fsb_filter_text in snd-gfile.o
>>>    _vf_location in snd-gfile.o
>>>    _vf_location in snd-gfile.o
>>>    _view_files_add_files in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _post_file_dialog_error in snd-gfile.o
>>>    _fsb_file_set_text in snd-gfile.o
>>>    _fsb_filter_set_text_with_directory in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _get_file_dialog_sound_attributes in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>>    _load_new_file_defaults in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _new_file_reset_callback in snd-gfile.o
>>>    _new_file_ok_callback in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_row_text in snd-gprefs.o
>>>    _set_text in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>>    _prefs_b_callback in snd-gprefs.o
>>>    _prefs_g_callback in snd-gprefs.o
>>>    _prefs_r_callback in snd-gprefs.o
>>> "_gtk_container_set_border_width", referenced from:
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>> "_gtk_vpaned_new", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>> "_g_timeout_add_full", referenced from:
>>>    _move_mark_1 in snd-marks.o
>>>    _watch_mouse in snd-marks.o
>>>    _move_selection_1 in snd-select.o
>>>    _watch_selection in snd-select.o
>>>    _move_mix_tag in snd-mix.o
>>>    _watch_mix in snd-mix.o
>>>    _highlight_unbalanced_paren in snd-glistener.o
>>>    _flash_unbalanced_paren in snd-glistener.o
>>>    _g_in_w in snd-gchn.o
>>>    _start_bomb in snd-gsnd.o
>>>    _tick_bomb in snd-gsnd.o
>>>    _auto_update_restart in snd-gmain.o
>>>    _auto_update_check in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _errors_to_mix_text in snd-gmix.o
>>>    _errors_to_genv_text in snd-genv.o
>>>    _vf_flash_row in snd-gfile.o
>>>    _call_arrow_up_press in snd-gprefs.o
>>>    _call_arrow_down_press in snd-gprefs.o
>>>    _arrow_func_down in snd-gprefs.o
>>>    _arrow_func_up in snd-gprefs.o
>>>    _startup_height_error in snd-gprefs.o
>>>    _startup_width_error in snd-gprefs.o
>>>    _mix_tag_height_error in snd-gprefs.o
>>>    _mix_tag_width_error in snd-gprefs.o
>>>    _mark_tag_height_error in snd-gprefs.o
>>>    _mark_tag_width_error in snd-gprefs.o
>>>    _errors_to_color_text in snd-gprefs.o
>>>    _any_error_to_text in snd-gprefs.o
>>>    _listener_font_text in snd-gprefs.o
>>>    _tiny_font_text in snd-gprefs.o
>>>    _bold_peaks_font_text in snd-gprefs.o
>>>    _peaks_font_text in snd-gprefs.o
>>>    _axis_numbers_font_text in snd-gprefs.o
>>>    _axis_label_font_text in snd-gprefs.o
>>>    _save_dir_text in snd-gprefs.o
>>>    _temp_dir_text in snd-gprefs.o
>>> "_gtk_button_get_type", referenced from:
>>>    _slist_selection in snd-gutils.o
>>>    _slist_item_clicked in snd-gutils.o
>>>    _slist_clear in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_append in snd-gutils.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _create_envelope_editor in snd-genv.o
>>> "_gtk_range_set_update_policy", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_control in snd-gsnd.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_rc_parse_string", referenced from:
>>>    _init_gtk in snd-gutils.o
>>> "_gsl_poly_complex_workspace_free", referenced from:
>>>    _g_gsl_roots_w in snd-xen.o
>>> "_gtk_window_set_icon", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_separator_tool_item_new", referenced from:
>>>    _add_separator_to_toolbar in snd-gmenu.o
>>> "_gtk_text_buffer_get_iter_at_offset", referenced from:
>>>    _sg_set_cursor in snd-gutils.o
>>>    _sg_get_text in snd-gutils.o
>>>    _sg_get_text in snd-gutils.o
>>>    _snd_help_back_to_top in snd-ghelp.o
>>>    _sg_text_delete in snd-glistener.o
>>>    _sg_text_delete in snd-glistener.o
>>>    _remove_inverse in snd-glistener.o
>>>    _remove_inverse in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _add_inverse in snd-glistener.o
>>>    _add_inverse in snd-glistener.o
>>>    _sg_text_replace in snd-glistener.o
>>>    _sg_text_replace in snd-glistener.o
>>>    _sg_text_replace in snd-glistener.o
>>> "_gtk_print_operation_set_print_settings", referenced from:
>>>    _file_print_callback in snd-gprint.o
>>> "_g_error_free", referenced from:
>>>    _file_print_callback in snd-gprint.o
>>> "_g_object_set_data", referenced from:
>>>    _set_user_int_data in snd-gutils.o
>>>    _set_user_data in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>> "_gtk_bin_get_type", referenced from:
>>>    _g_widget_text_w in snd-draw.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _set_button_label in snd-gutils.o
>>>    _set_item_label in snd-gmenu.o
>>>    _get_item_label in snd-gmenu.o
>>>    _regrow_get_label in snd-gregion.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _file_dir_item_activate_callback in snd-gfile.o
>>>    _set_text in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>> "_gtk_toolbar_new", referenced from:
>>>    _show_toolbar in snd-gmenu.o
>>> "_gtk_text_buffer_get_end_iter", referenced from:
>>>    _sg_text_insert in snd-gutils.o
>>>    _handle_listener in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>> "_gtk_table_set_homogeneous", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>> "_gtk_adjustment_get_type", referenced from:
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _hop_callback in snd-gdraw.o
>>>    _sz_orientation_callback in snd-gdraw.o
>>>    _sy_orientation_callback in snd-gdraw.o
>>>    _sx_orientation_callback in snd-gdraw.o
>>>    _az_orientation_callback in snd-gdraw.o
>>>    _ay_orientation_callback in snd-gdraw.o
>>>    _ax_orientation_callback in snd-gdraw.o
>>>    _cutoff_color_callback in snd-gdraw.o
>>>    _scale_color_callback in snd-gdraw.o
>>>    _set_spectro_hop in snd-gdraw.o
>>>    _set_spectro_z_scale in snd-gdraw.o
>>>    _set_spectro_y_scale in snd-gdraw.o
>>>    _set_spectro_x_scale in snd-gdraw.o
>>>    _set_spectro_z_angle in snd-gdraw.o
>>>    _set_spectro_y_angle in snd-gdraw.o
>>>    _set_spectro_x_angle in snd-gdraw.o
>>>    _set_color_cutoff in snd-gdraw.o
>>>    _reflect_color_scale in snd-gdraw.o
>>>    _reflect_spectro in snd-gdraw.o
>>>    _gsy_size in snd-gchn.o
>>>    _gsy_value in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _gsy_valuechanged_callback in snd-gchn.o
>>>    _sx_valuechanged_callback in snd-gchn.o
>>>    _sy_valuechanged_callback in snd-gchn.o
>>>    _change_gzy in snd-gchn.o
>>>    _set_scrollbar in snd-gchn.o
>>>    _zy_valuechanged_callback in snd-gchn.o
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>>    _zx_valuechanged_callback in snd-gchn.o
>>>    _add_control in snd-gsnd.o
>>>    _reverb_feedback_callback in snd-gsnd.o
>>>    _reverb_lowpass_callback in snd-gsnd.o
>>>    _contrast_amp_callback in snd-gsnd.o
>>>    _expand_jitter_callback in snd-gsnd.o
>>>    _expand_ramp_callback in snd-gsnd.o
>>>    _expand_length_callback in snd-gsnd.o
>>>    _expand_hop_callback in snd-gsnd.o
>>>    _controls_reset_callback in snd-gsnd.o
>>>    _revlen_changed_callback in snd-gsnd.o
>>>    _set_revlen in snd-gsnd.o
>>>    _contrast_changed_callback in snd-gsnd.o
>>>    _set_contrast in snd-gsnd.o
>>>    _amp_changed_callback in snd-gsnd.o
>>>    _set_amp in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _revscl_changed_callback in snd-gsnd.o
>>>    _set_revscl in snd-gsnd.o
>>>    _expand_changed_callback in snd-gsnd.o
>>>    _set_expand in snd-gsnd.o
>>>    _speed_changed_callback in snd-gsnd.o
>>>    _set_speed in snd-gsnd.o
>>>    _reflect_mix_speed in snd-gmix.o
>>>    _reflect_mix_amp in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _mix_amp_click_callback in snd-gmix.o
>>>    _mix_amp_release_callback in snd-gmix.o
>>>    _amp_motion_callback in snd-gmix.o
>>>    _mix_speed_release_callback in snd-gmix.o
>>>    _speed_motion_callback in snd-gmix.o
>>>    _set_enved_base in snd-genv.o
>>>    _base_changed_callback in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _set_spectrum_end_scale in snd-gfft.o
>>>    _set_spectrum_start_scale in snd-gfft.o
>>>    _spectrum_end_callback in snd-gfft.o
>>>    _spectrum_start_callback in snd-gfft.o
>>>    _set_fft_window_alpha in snd-gfft.o
>>>    _set_fft_window_beta in snd-gfft.o
>>>    _beta_callback in snd-gfft.o
>>>    _alpha_callback in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _vf_speed_release_callback in snd-gfile.o
>>>    _vf_speed_motion_callback in snd-gfile.o
>>>    _vf_speed_label_click_callback in snd-gfile.o
>>>    _vf_amp_release_callback in snd-gfile.o
>>>    _vf_amp_motion_callback in snd-gfile.o
>>>    _vf_set_speed in snd-gfile.o
>>>    _vf_set_amp in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _fsb_directory_select_callback in snd-gfile.o
>>>    _fsb_file_select_callback in snd-gfile.o
>>>    _prefs_call_color_func_callback in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_scale_callback in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _reflect_color in snd-gprefs.o
>>>    _prefs_b_callback in snd-gprefs.o
>>>    _prefs_g_callback in snd-gprefs.o
>>>    _prefs_r_callback in snd-gprefs.o
>>>    _scale_set_color in snd-gprefs.o
>>>    _reflect_grid_density in snd-gprefs.o
>>>    _reflect_fft_window_beta in snd-gprefs.o
>>>    _fft_window_beta_text_callback in snd-gprefs.o
>>>    _fft_window_beta_scale_callback in snd-gprefs.o
>>>    _grid_density_text_callback in snd-gprefs.o
>>>    _grid_density_scale_callback in snd-gprefs.o
>>> "_g_io_channel_unix_get_fd", referenced from:
>>>    _io_invoke in snd-gmain.o
>>> "_gtk_widget_grab_focus", referenced from:
>>>    _goto_window in snd-gutils.o
>>>    _graph_button_press in snd-gchn.o
>>> "_gtk_size_group_new", referenced from:
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_text_buffer_get_mark", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_entry_set_text", referenced from:
>>>    _g_set_widget_text_w in snd-draw.o
>>>    _info_widget_display in snd-gutils.o
>>>    _widget_mus_long_t_to_text in snd-gutils.o
>>>    _widget_int_to_text in snd-gutils.o
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _search_activated in snd-ghelp.o
>>>    _set_filter_text in snd-gsnd.o
>>>    _set_filter_text in snd-gsnd.o
>>>    _set_minibuffer_string in snd-gsnd.o
>>>    _set_minibuffer_string in snd-gsnd.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _filter_env_changed in snd-gsnd.o
>>>    _filter_env_changed in snd-gsnd.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _reflect_mix_change in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _select_or_edit_env in snd-genv.o
>>>    _post_file_dialog_error in snd-gfile.o
>>>    _fsb_file_set_text in snd-gfile.o
>>>    _fsb_filter_set_text_with_directory in snd-gfile.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>>    _load_new_file_defaults in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _sg_entry_set_text in snd-gprefs.o
>>>    _sg_entry_set_text in snd-gprefs.o
>>> "_gtk_widget_get_parent", referenced from:
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>> "_gtk_widget_hide", referenced from:
>>>    _file_menu_update in snd-menu.o
>>>    _view_menu_update in snd-menu.o
>>>    _view_files_display_list in snd-file.o
>>>    _g_hide_widget_w in snd-draw.o
>>>    _slist_clear in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _delete_help_dialog in snd-ghelp.o
>>>    _dismiss_help_dialog in snd-ghelp.o
>>>    _edit_find_delete in snd-gfind.o
>>>    _edit_find_dismiss in snd-gfind.o
>>>    _hide_toolbar in snd-gmenu.o
>>>    _popup_menu_button_release in snd-gmenu.o
>>>    _g_remove_from_menu in snd-gmenu.o
>>>    _g_remove_from_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _file_menu_update_1 in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _delete_color_orientation_dialog in snd-gdraw.o
>>>    _dismiss_color_orientation_callback in snd-gdraw.o
>>>    _hide_gz_scrollbars in snd-gchn.o
>>>    _hide_gz_scrollbars in snd-gchn.o
>>>    _cleanup_cw in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _delete_controls_dialog in snd-gsnd.o
>>>    _controls_dismiss_callback in snd-gsnd.o
>>>    _reflect_file_close_in_sync_w in snd-gsnd.o
>>>    _hide_bomb in snd-gsnd.o
>>>    _hide_lock in snd-gsnd.o
>>>    _finish_progress_report in snd-gsnd.o
>>>    _draw_speed_arrow in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _close_sound_dialog in snd-gsnd.o
>>>    _clear_minibuffer_error in snd-gsnd.o
>>>    _clear_minibuffer_error in snd-gsnd.o
>>>    _snd_info_cleanup in snd-gsnd.o
>>>    _snd_info_cleanup in snd-gsnd.o
>>>    _region_ok_callback in snd-gregion.o
>>>    _region_browser_delete_callback in snd-gregion.o
>>>    _update_region_browser in snd-gregion.o
>>>    _window_iconify in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _clear_mix_error in snd-gmix.o
>>>    _delete_mix_dialog in snd-gmix.o
>>>    _dismiss_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _quit_recorder in snd-grec.o
>>>    _close_recorder in snd-grec.o
>>>    _delete_enved_dialog in snd-genv.o
>>>    _dismiss_enved_callback in snd-genv.o
>>>    _delete_transform_dialog in snd-gfft.o
>>>    _dismiss_transform_callback in snd-gfft.o
>>>    _view_files_dismiss_callback in snd-gfile.o
>>>    _view_files_delete_callback in snd-gfile.o
>>>    _delete_post_it in snd-gfile.o
>>>    _dismiss_post_it in snd-gfile.o
>>>    _new_file_delete_callback in snd-gfile.o
>>>    _new_file_cancel_callback in snd-gfile.o
>>>    _raw_data_cancel_callback in snd-gfile.o
>>>    _save_as_delete_callback in snd-gfile.o
>>>    _save_as_cancel_callback in snd-gfile.o
>>>    _clear_dialog_error in snd-gfile.o
>>>    _unsaved_edits_activate in snd-gfile.o
>>>    _unpost_unsaved_edits_if_any in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _edit_header_ok_callback in snd-gfile.o
>>>    _edit_header_done in snd-gfile.o
>>>    _new_file_ok_callback in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_reset_callback in snd-gfile.o
>>>    _raw_data_ok_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _save_or_extract in snd-gfile.o
>>>    _file_insert_delete_callback in snd-gfile.o
>>>    _file_insert_cancel_callback in snd-gfile.o
>>>    _file_mix_delete_callback in snd-gfile.o
>>>    _file_mix_cancel_callback in snd-gfile.o
>>>    _file_open_dialog_delete in snd-gfile.o
>>>    _file_open_dialog_dismiss in snd-gfile.o
>>>    _file_open_dialog_ok in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _preferences_dismiss_callback in snd-gprefs.o
>>>    _preferences_delete_callback in snd-gprefs.o
>>> "_gtk_spin_button_get_value", referenced from:
>>>    _log_freq_callback in snd-gfft.o
>>>    _min_db_callback in snd-gfft.o
>>> "_gtk_label_set_markup", referenced from:
>>>    _snd_gtk_highlight_label_new in snd-gutils.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>> "_cairo_fill", referenced from:
>>>    _draw_dot in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_sono_rectangles in snd-gdraw.o
>>>    _fill_polygon_from_array in snd-gdraw.o
>>>    _fill_polygon in snd-gdraw.o
>>>    _erase_rectangle in snd-gdraw.o
>>>    _erase_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>>    _finish_progress_report in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_filter_env in snd-gsnd.o
>>>    _mix_amp_env_resize in snd-gmix.o
>>>    _display_meters in snd-grec.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _graph_redisplay in snd-gfft.o
>>>    _vf_amp_env_resize in snd-gfile.o
>>> "_gtk_print_context_get_cairo_context", referenced from:
>>>    _draw_page in snd-gprint.o
>>> "_cairo_rel_line_to", referenced from:
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_meters in snd-grec.o
>>> "_gdk_cairo_create", referenced from:
>>>    _make_cairo in snd-gutils.o
>>> "_cairo_pop_group_to_source", referenced from:
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _make_partial_graph in snd-chn.o
>>>    _make_partial_graph in snd-chn.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_filter_env in snd-gsnd.o
>>>    _mix_amp_env_resize in snd-gmix.o
>>>    _display_meters in snd-grec.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _graph_redisplay in snd-gfft.o
>>>    _vf_amp_env_resize in snd-gfile.o
>>> "_gtk_text_buffer_get_text", referenced from:
>>>    _sg_get_text in snd-gutils.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>> "_cairo_stroke", referenced from:
>>>    _draw_lines in snd-gdraw.o
>>>    _draw_line in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_spectro_line in snd-gdraw.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_meters in snd-grec.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_widget_modify_bg", referenced from:
>>>    _recolor_everything_1 in snd-draw.o
>>>    _widget_modify_bg in snd-gutils.o
>>> "_gtk_widget_modify_fg", referenced from:
>>>    _widget_modify_fg in snd-gutils.o
>>> "_gtk_menu_shell_insert", referenced from:
>>>    _g_add_to_menu in snd-gmenu.o
>>> "_gtk_hpaned_new", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>> "_pango_layout_set_font_description", referenced from:
>>>    _sg_text_width in snd-gutils.o
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>> "_gtk_scrolled_window_get_type", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _add_channel_window in snd-gchn.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _fsb_update_lists in snd-gfile.o
>>>    _force_directory_reread in snd-gfile.o
>>>    _file_list_item_activate_callback in snd-gfile.o
>>>    _fsb_directory_select_callback in snd-gfile.o
>>>    _fsb_file_select_callback in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_editable_get_type", referenced from:
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _minibuffer_key_callback in snd-gsnd.o
>>>    _set_minibuffer_cursor_position in snd-gsnd.o
>>>    _data_panel_srate_key_press in snd-gfile.o
>>>    _filer_key_press in snd-gfile.o
>>>    _make_row_text in snd-gprefs.o
>>> "_gdk_screen_width", referenced from:
>>>    _snd_screen_width in snd-main.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_pango_font_metrics_unref", referenced from:
>>>    _sg_font_height in snd-gutils.o
>>> "_gtk_widget_show", referenced from:
>>>    _file_menu_update in snd-menu.o
>>>    _view_menu_update in snd-menu.o
>>>    _view_files_reflect_sort_items in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _view_files_display_list in snd-file.o
>>>    _g_show_widget_w in snd-draw.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_append in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _raise_dialog in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _errors_to_find_text in snd-gfind.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _add_separator_to_toolbar in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>>    _show_toolbar in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _add_menu_separator in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _file_menu_update_1 in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _channel_open_pane in snd-gchn.o
>>>    _change_channel_style in snd-gchn.o
>>>    _change_channel_style in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _show_sync_button in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _add_control in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _draw_speed_arrow in snd-gsnd.o
>>>    _show_bomb in snd-gsnd.o
>>>    _start_progress_report in snd-gsnd.o
>>>    _show_lock in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _display_minibuffer_error in snd-gsnd.o
>>>    _display_minibuffer_error in snd-gsnd.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _update_region_browser in snd-gregion.o
>>>    _update_region_browser in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _window_iconify in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _errors_to_mix_text in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _make_scrolled_env_list in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _raw_data_delete_callback in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _raw_data_cancel_callback in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _file_open_error in snd-gfile.o
>>>    _file_open_error in snd-gfile.o
>>>    _file_open_error in snd-gfile.o
>>>    _save_edits_now in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _post_file_dialog_error in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _dialog_select_callback in snd-gfile.o
>>>    _dialog_select_callback in snd-gfile.o
>>>    _dialog_select_callback in snd-gfile.o
>>>    _dialog_select_callback in snd-gfile.o
>>>    _dialog_select_callback in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_region_save_as_dialog in snd-gfile.o
>>>    _make_selection_save_as_dialog in snd-gfile.o
>>>    _make_sound_save_as_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_insert_file_dialog in snd-gfile.o
>>>    _make_mix_file_dialog in snd-gfile.o
>>>    _make_open_file_dialog in snd-gfile.o
>>>    _make_row_error in snd-gprefs.o
>>>    _make_row_inner_label in snd-gprefs.o
>>>    _make_row_label in snd-gprefs.o
>>>    _make_row_middle_separator in snd-gprefs.o
>>>    _make_inter_variable_separator in snd-gprefs.o
>>>    _make_inter_topic_separator in snd-gprefs.o
>>>    _make_row_inner_separator in snd-gprefs.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_drag_dest_set", referenced from:
>>>    _add_drag_and_drop in snd-gdrop.o
>>> "_gtk_menu_shell_append", referenced from:
>>>    _view_files_reflect_sort_items in snd-file.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_menu_separator in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>> "_gtk_size_group_add_widget", referenced from:
>>>    _make_row_label in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_radio_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_text_view_get_buffer", referenced from:
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _listener_return in snd-listener.o
>>>    _sg_cursor_position in snd-gutils.o
>>>    _sg_set_cursor in snd-gutils.o
>>>    _sg_text_insert in snd-gutils.o
>>>    _sg_text_insert in snd-gutils.o
>>>    _sg_get_text in snd-gutils.o
>>>    _snd_help_back_to_top in snd-ghelp.o
>>>    _help_expose_callback in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _text_release_callback in snd-ghelp.o
>>>    _g_goto_listener_end_w in snd-glistener.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _g_listener_selection_w in snd-glistener.o
>>>    _sg_text_delete in snd-glistener.o
>>>    _listener_delete_text in snd-glistener.o
>>>    _text_at_cursor in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>>    _listener_help_callback in snd-glistener.o
>>>    _remove_inverse in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _listener_button_release in snd-glistener.o
>>>    _add_inverse in snd-glistener.o
>>>    _sg_text_replace in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _append_listener_text in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>>    _listener_append in snd-glistener.o
>>>    _word_upper in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _listener_key_press in snd-glistener.o
>>>    _post_it in snd-gfile.o
>>>    _unreflect_file_data_panel_change in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>> "_cairo_rectangle", referenced from:
>>>    _draw_sono_rectangles in snd-gdraw.o
>>>    _erase_rectangle in snd-gdraw.o
>>>    _erase_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>>    _finish_progress_report in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_filter_env in snd-gsnd.o
>>>    _mix_amp_env_resize in snd-gmix.o
>>>    _display_meters in snd-grec.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _graph_redisplay in snd-gfft.o
>>>    _vf_amp_env_resize in snd-gfile.o
>>> "_g_signal_connect_data", referenced from:
>>>    _slist_new_item in snd-gutils.o
>>>    _slist_new_item in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _errors_to_find_text in snd-gfind.o
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _add_to_toolbar in snd-gmenu.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_files_callback in snd-gmenu.o
>>>    _file_open_recent_callback in snd-gmenu.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _connect_mouse_to_text in snd-glistener.o
>>>    _connect_mouse_to_text in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _listener_popup_populate_callback in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_control in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _display_minibuffer_error in snd-gsnd.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _make_regrow in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _add_drag_and_drop in snd-gdrop.o
>>>    _add_drag_and_drop in snd-gdrop.o
>>>    _add_drag_and_drop in snd-gdrop.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _report_in_error_info in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _file_print_callback in snd-gprint.o
>>>    _file_print_callback in snd-gprint.o
>>>    _file_print_callback in snd-gprint.o
>>>    _clear_error_if_new_filename_changes in snd-gfile.o
>>>    _clear_error_if_filename_changes in snd-gfile.o
>>>    _clear_error_if_panel_changes in snd-gfile.o
>>>    _clear_error_if_open_changes in snd-gfile.o
>>>    _vf_post_add_error in snd-gfile.o
>>>    _redirect_vf_post_location_error in snd-gfile.o
>>>    _redirect_vf_post_location_error in snd-gfile.o
>>>    _redirect_vf_post_location_error in snd-gfile.o
>>>    _redirect_vf_post_location_error in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _save_edits_now in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_file_list_item in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _save_or_extract in snd-gfile.o
>>>    _save_or_extract in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_save_as_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_file_dialog in snd-gfile.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>>    _prefs_row_with_toggle in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _make_row_text in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_two_texts in snd-gprefs.o
>>>    _prefs_row_with_text in snd-gprefs.o
>>>    _prefs_row_with_text_and_three_toggles in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _prefs_row_with_toggle_with_text in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _prefs_row_with_number in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>>    _post_prefs_error in snd-gprefs.o
>>> "_gtk_widget_get_window", referenced from:
>>>    _g_make_cairo_w in snd-draw.o
>>> "_gtk_window_move", referenced from:
>>>    _set_widget_position in snd-gutils.o
>>>    _set_widget_x in snd-gutils.o
>>>    _set_widget_y in snd-gutils.o
>>> "_gtk_table_set_col_spacings", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>> "_cairo_line_to", referenced from:
>>>    _draw_lines in snd-gdraw.o
>>>    _draw_line in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_spectro_line in snd-gdraw.o
>>>    _fill_polygon_from_array in snd-gdraw.o
>>>    _fill_polygon in snd-gdraw.o
>>> "_g_signal_handlers_unblock_matched", referenced from:
>>>    _set_toggle_button in snd-gutils.o
>>> "_cairo_save", referenced from:
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _draw_sono_rectangles in snd-gdraw.o
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_text_view_set_buffer", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>> "_gtk_widget_set_size_request", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_fsb in snd-gfile.o
>>> "_gtk_paned_get_position", referenced from:
>>>    _remake_edit_history in snd-gchn.o
>>>    _reflect_edit_counter_change in snd-gchn.o
>>> "_g_object_unref", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _sg_font_height in snd-gutils.o
>>>    _sg_text_width in snd-gutils.o
>>>    _sg_text_width in snd-gutils.o
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>>    _file_print_callback in snd-gprint.o
>>>    _file_print_callback in snd-gprint.o
>>> "_gtk_widget_set_events", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _post_selection_popup_menu in snd-gmenu.o
>>>    _post_basic_popup_menu in snd-gmenu.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_entry_new", referenced from:
>>>    _snd_gtk_entry_label_new in snd-gutils.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _make_row_text in snd-gprefs.o
>>> "_gtk_message_dialog_new", referenced from:
>>>    _save_edits_now in snd-gfile.o
>>> "_cairo_image_surface_create_from_png_stream", referenced from:
>>>    _png_to_surface in snd-gxbitmaps.o
>>> "_gtk_button_get_label", referenced from:
>>>    _slist_selection in snd-gutils.o
>>>    _slist_item_clicked in snd-gutils.o
>>> "_gtk_image_menu_item_get_type", referenced from:
>>>    _add_menu_item in snd-gmenu.o
>>> "_gtk_drag_finish", referenced from:
>>>    _drag_data_received in snd-gdrop.o
>>>    _drag_data_received in snd-gdrop.o
>>> "_gtk_check_button_new", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_regrow in snd-gregion.o
>>>    _view_files_make_row in snd-gfile.o
>>>    _make_row_toggle_with_label in snd-gprefs.o
>>> "_gtk_text_buffer_apply_tag", referenced from:
>>>    _check_parens in snd-glistener.o
>>>    _add_inverse in snd-glistener.o
>>> "_gtk_frame_set_shadow_type", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _handle_listener in snd-glistener.o
>>>    _add_control in snd-gsnd.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_image_new_from_stock", referenced from:
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _add_menu_item in snd-gmenu.o
>>>    _add_sound_window in snd-gsnd.o
>>> "_pango_cairo_show_layout", referenced from:
>>>    _draw_rotated_axis_label in snd-gdraw.o
>>>    _draw_string in snd-gdraw.o
>>> "_gtk_print_operation_new", referenced from:
>>>    _file_print_callback in snd-gprint.o
>>> "_gtk_text_buffer_insert_with_tags", referenced from:
>>>    _handle_listener in snd-glistener.o
>>>    _listener_append_and_prompt in snd-glistener.o
>>> "_gtk_scale_set_draw_value", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_control in snd-gsnd.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_print_operation_run", referenced from:
>>>    _file_print_callback in snd-gprint.o
>>> "_gtk_print_operation_get_print_settings", referenced from:
>>>    _file_print_callback in snd-gprint.o
>>> "_gdk_pixbuf_new_from_xpm_data", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_radio_button_new_with_label", referenced from:
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_row_radio_box in snd-gprefs.o
>>>    _make_row_radio_box in snd-gprefs.o
>>> "_gtk_main_iteration", referenced from:
>>>    _listener_begin_hook in snd-listener.o
>>>    _check_for_event in snd-gutils.o
>>> "_gtk_vscrollbar_new", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>> "_gtk_text_buffer_set_text", referenced from:
>>>    _sg_text_insert in snd-gutils.o
>>>    _help_expose_callback in snd-ghelp.o
>>>    _snd_help in snd-ghelp.o
>>>    _post_it in snd-gfile.o
>>>    _set_file_dialog_sound_attributes in snd-gfile.o
>>> "_gtk_drawing_area_new", referenced from:
>>>    _add_channel_window in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_label_set_use_markup", referenced from:
>>>    _snd_gtk_highlight_label_new in snd-gutils.o
>>>    _make_inner_label in snd-gprefs.o
>>>    _make_top_level_label in snd-gprefs.o
>>> "_gdk_window_invalidate_rect", referenced from:
>>>    _apply_enved in snd-genv.o
>>> "_gtk_scrolled_window_set_policy", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _add_channel_window in snd-gchn.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_text_buffer_place_cursor", referenced from:
>>>    _sg_set_cursor in snd-gutils.o
>>> "_gtk_container_get_type", referenced from:
>>>    _recolor_everything_1 in snd-draw.o
>>>    _sg_button_new_from_stock_with_label in snd-gutils.o
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _set_stock_button_label_1 in snd-gutils.o
>>>    _snd_help in snd-ghelp.o
>>>    _make_edit_find_dialog in snd-gfind.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _handle_listener in snd-glistener.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_control in snd-gsnd.o
>>>    _make_controls_dialog in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _record_file in snd-grec.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _post_it in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _edit_header in snd-gfile.o
>>>    _make_new_file_dialog in snd-gfile.o
>>>    _raw_data_dialog_to_file_info in snd-gfile.o
>>>    _make_fsb in snd-gfile.o
>>>    _make_row_arrows in snd-gprefs.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_print_operation_set_n_pages", referenced from:
>>>    _begin_print in snd-gprint.o
>>> "_gtk_text_iter_get_offset", referenced from:
>>>    _sg_cursor_position in snd-gutils.o
>>> "_gtk_window_set_default_size", referenced from:
>>>    _sg_make_resizable in snd-gutils.o
>>> "_g_io_channel_unix_new", referenced from:
>>>    _snd_doit in snd-gmain.o
>>> "_gtk_entry_set_alignment", referenced from:
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>> "_gtk_widget_get_settings", referenced from:
>>>    _cursor_set_blinks in snd-glistener.o
>>>    _snd_entry_new in snd-glistener.o
>>>    _make_row_text in snd-gprefs.o
>>> "_gtk_viewport_get_type", referenced from:
>>>    _ensure_scrolled_window_row_visible in snd-gutils.o
>>> "_gdk_screen_height", referenced from:
>>>    _snd_screen_height in snd-main.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_spin_button_new", referenced from:
>>>    _add_sound_window in snd-gsnd.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>> "_cairo_pattern_add_color_stop_rgba", referenced from:
>>>    _erase_rectangle in snd-gdraw.o
>>>    _erase_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>>    _fill_rectangle in snd-gdraw.o
>>> "_gtk_bin_get_child", referenced from:
>>>    _g_widget_text_w in snd-draw.o
>>>    _g_widget_text_w in snd-draw.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _sg_left_justify_button in snd-gutils.o
>>>    _set_button_label in snd-gutils.o
>>>    _set_item_label in snd-gmenu.o
>>>    _get_item_label in snd-gmenu.o
>>>    _regrow_get_label in snd-gregion.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_files_button_press_callback in snd-gfile.o
>>>    _fsb_directory_button_press_callback in snd-gfile.o
>>>    _file_dir_item_activate_callback in snd-gfile.o
>>>    _set_text in snd-gprefs.o
>>>    _set_text in snd-gprefs.o
>>>    _prefs_row_with_list in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>>    _get_text in snd-gprefs.o
>>> "_gsl_dht_free", referenced from:
>>>    _g_gsl_dht_w in snd-xen.o
>>> "_gtk_window_get_title", referenced from:
>>>    _dialog_get_title in snd-file.o
>>> "_gtk_vbox_new", referenced from:
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _view_region_callback in snd-gregion.o
>>>    _snd_doit in snd-gmain.o
>>>    _snd_doit in snd-gmain.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _open_innards in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_file_data_panel in snd-gfile.o
>>>    _make_top_level_box in snd-gprefs.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_cairo_arc", referenced from:
>>>    _draw_dot in snd-gdraw.o
>>>    _draw_colored_lines in snd-gdraw.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_meters in snd-grec.o
>>> "_gtk_scrolled_window_new", referenced from:
>>>    _make_scrolled_text in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _slist_new_with_title_and_table_data in snd-gutils.o
>>>    _view_region_callback in snd-gregion.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_preferences_dialog in snd-gprefs.o
>>> "_gtk_adjustment_new", referenced from:
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _make_color_orientation_dialog in snd-gdraw.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_channel_window in snd-gchn.o
>>>    _add_control in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _add_sound_window in snd-gsnd.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _make_mix_dialog in snd-gmix.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_transform_dialog in snd-gfft.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>>    _prefs_row_with_scale in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>>    _prefs_color_selector_row in snd-gprefs.o
>>> "_gtk_adjustment_changed", referenced from:
>>>    _gzy_valuechanged_callback in snd-gchn.o
>>> "_cairo_paint", referenced from:
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _display_channel_data_with_size in snd-chn.o
>>>    _make_partial_graph in snd-chn.o
>>>    _draw_picture in snd-gdraw.o
>>>    _show_happy_face in snd-gsnd.o
>>>    _display_filter_env in snd-gsnd.o
>>>    _mix_amp_env_resize in snd-gmix.o
>>>    _display_meters in snd-grec.o
>>>    _env_redisplay_1 in snd-genv.o
>>>    _graph_redisplay in snd-gfft.o
>>>    _vf_amp_env_resize in snd-gfile.o
>>> "_gtk_text_iter_equal", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_container_foreach", referenced from:
>>>    _recolor_everything_1 in snd-draw.o
>>> "_gtk_text_iter_forward_to_end", referenced from:
>>>    _listener_key_press in snd-glistener.o
>>> "_gtk_menu_item_get_type", referenced from:
>>>    _g_add_to_menu in snd-gmenu.o
>>>    _g_add_to_main_menu in snd-gmenu.o
>>>    _post_fft_popup_menu in snd-gmenu.o
>>>    _add_menu in snd-gmenu.o
>>>    _view_menu_update_1 in snd-gmenu.o
>>>    _make_view_files_dialog_1 in snd-gfile.o
>>> "_gtk_notebook_set_current_page", referenced from:
>>>    _reflect_sound_selection in snd-gsnd.o
>>> "_gtk_text_buffer_create_tag", referenced from:
>>>    _remove_inverse in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _check_parens in snd-glistener.o
>>>    _add_inverse in snd-glistener.o
>>>    _handle_listener in snd-glistener.o
>>> "_gtk_dialog_new", referenced from:
>>>    _snd_gtk_dialog_new in snd-gutils.o
>>>    _create_envelope_editor in snd-genv.o
>>>    _post_it in snd-gfile.o
>>>   (maybe you meant: _snd_gtk_dialog_new)
>>> "_pango_layout_get_pixel_size", referenced from:
>>>    _sg_text_width in snd-gutils.o
>>> "_gtk_events_pending", referenced from:
>>>    _listener_begin_hook in snd-listener.o
>>>    _check_for_event in snd-gutils.o
>>> ld: symbol(s) not found
>>> collect2: ld returned 1 exit status
>>> make: *** [snd] Error 1
>>> lus-macbook:snd-12.7 ludil$ 
>>> 
>>> 
>>> 
>>> 
>>> makefile:
>>> 
>>> PACKAGE = 
>>> VERSION = 
>>> 
>>> CC = gcc
>>> SHELL = /bin/sh
>>> INSTALL = /usr/bin/install -c
>>> INSTALL_DATA = ${INSTALL} -m 0644
>>> 
>>> CFLAGS = -O2 -I. -I/sw/include
>>> GTK_CFLAGS = -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include
>>> XEN_CFLAGS = 
>>> CAIRO_CFLAGS = -I/sw/include/cairo -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include
>>> MOTIF_FLAGS = 
>>> FFTW_CFLAGS = 
>>> GL_FLAGS = 
>>> GSL_FLAGS = -I/sw/include
>>> JACK_FLAGS = 
>>> 
>>> ORIGINAL_LDFLAGS = -L/sw/lib -lmx -bind_at_load
>>> LDFLAGS = -L/sw/lib -lmx -bind_at_load -lpthread
>>> 
>>> LIBS = -lc -lm  -lm
>>> XEN_LIBS = 
>>> GTK_LIBS = -L/sw/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
>>> GTK_LD_LIBS = -L/sw/lib   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
>>> MOTIF_LIBS = 
>>> AUDIO_LIB = -framework CoreAudio -framework CoreFoundation -framework CoreMIDI
>>> GSL_LIBS = -L/sw/lib -lgsl -lgslcblas
>>> GL_LIBS = 
>>> GL_FILES = 
>>> FFTW_LIBS = 
>>> SNDLIB_LIB = 
>>> FAM_LIB = 
>>> JACK_LIBS = 
>>> GMP_LIBS = 
>>> 
>>> LDSO_FLAGS = 
>>> SO_FLAGS = 
>>> SO_LD = ld
>>> 
>>> prefix = /usr/local
>>> exec_prefix = ${prefix}
>>> datadir = ${datarootdir}
>>> bindir = ${exec_prefix}/bin
>>> srcdir = .
>>> 
>>> mandir = ${datarootdir}/man
>>> top_srcdir = .
>>> 
>>> datarootdir = ${prefix}/share
>>> pkgdatadir = ${datarootdir}/snd
>>> # snd-help.c looks for the documentation in /usr/local/share/doc/snd-12 -- perhaps it should be pkgdatadir? or passed at compile time
>>> DEFS = -DSCRIPTS_DIR=\"$(pkgdatadir)\" -DHAVE_CONFIG_H
>>> 
>>> SNDLIB_FILES = $(SNDLIB_O_FILES)
>>> 
>>> GX_FILES = $(G_O_FILES)
>>> GX_HEADERS = $(SND_G_HEADERS)
>>> 
>>> .SUFFIXES:
>>> .SUFFIXES: .c .o
>>> 
>>> .c.o:
>>> 	$(CC) -c $(DEFS) $(GTK_CFLAGS) $(CAIRO_CFLAGS) $(CFLAGS) $(XEN_CFLAGS) $(MOTIF_FLAGS) $(GSL_FLAGS) $(GL_FLAGS) $(JACK_FLAGS) $(FFTW_CFLAGS) $<
>>> 
>>> SND_SCRIPTS = *.scm *.fs *.rb *.fsm
>>> SNDLIB_HEADERS = mus-config.h sndlib.h _sndlib.h sndlib-strings.h clm.h vct.h sndlib2xen.h clm2xen.h xen.h clm-strings.h
>>> SND_HEADERS = mus-config.h sndlib.h _sndlib.h clm.h snd.h snd-0.h snd-1.h snd-strings.h xen.h snd-menu.h snd-file.h
>>> SND_X_HEADERS = snd-x0.h snd-x1.h
>>> SND_G_HEADERS = snd-g0.h snd-g1.h
>>> SNDLIB_O_FILES = headers.o audio.o io.o sound.o clm.o xen.o vct.o sndlib2xen.o clm2xen.o
>>> 
>>> S7_HEADERS = s7.h mus-config.h
>>> S7_FILES = s7.c
>>> S7_O_FILES = s7.o
>>> 
>>> NO_GUI_HEADERS = snd-nogui0.h snd-nogui1.h
>>> 
>>> O_FILES = snd-io.o snd-utils.o snd-listener.o snd-error.o snd-completion.o snd-menu.o snd-axis.o snd-data.o snd-fft.o snd-marks.o snd-file.o snd-edits.o snd-chn.o snd-dac.o snd-region.o snd-select.o snd-find.o snd-snd.o snd-help.o snd-main.o snd-print.o snd-trans.o snd-mix.o snd.o snd-env.o snd-xen.o snd-ladspa.o snd-kbd.o snd-sig.o snd-draw.o run.o
>>> 
>>> X_O_FILES = snd-xutils.o snd-xhelp.o snd-xfind.o snd-xmenu.o snd-xdraw.o snd-xlistener.o snd-xchn.o snd-xsnd.o snd-xregion.o snd-xdrop.o snd-xmain.o snd-xmix.o snd-xrec.o snd-xenv.o snd-gxbitmaps.o snd-gxcolormaps.o snd-xfft.o snd-xprint.o snd-xfile.o snd-xprefs.o
>>> 
>>> XM_O_FILES = snd-xutils.o snd-xhelp.o snd-xfind.o snd-xmenu.o snd-xdraw.o snd-xlistener.o snd-xchn.o snd-xsnd.o snd-xregion.o snd-xdrop.o snd-xmain.o snd-xmix.o snd-xrec.o snd-xenv.o snd-gxbitmaps.o snd-gxcolormaps.o snd-xfft.o snd-xprint.o snd-xfile.o snd-xprefs.o xm.o
>>> 
>>> G_O_FILES = snd-gutils.o snd-ghelp.o snd-gfind.o snd-gmenu.o snd-gdraw.o snd-glistener.o snd-gchn.o snd-gsnd.o snd-gregion.o snd-gdrop.o snd-gmain.o snd-gmix.o snd-grec.o snd-genv.o snd-gxbitmaps.o snd-gxcolormaps.o snd-gfft.o snd-gprint.o snd-gfile.o snd-gprefs.o
>>> 
>>> XG_O_FILES = snd-gutils.o snd-ghelp.o snd-gfind.o snd-gmenu.o snd-gdraw.o snd-glistener.o snd-gchn.o snd-gsnd.o snd-gregion.o snd-gdrop.o snd-gmain.o snd-gmix.o snd-grec.o snd-genv.o snd-gxbitmaps.o snd-gxcolormaps.o snd-gfft.o snd-gprint.o snd-gfile.o snd-gprefs.o xg.o
>>> 
>>> NO_GUI_O_FILES = snd-nogui.o
>>> GM_FILES = xm.o
>>> GM_SO_FILE = xm.so
>>> GG_FILES = xg.o
>>> GG_SO_FILE = xg.so
>>> NO_FILES =
>>> 
>>> main_target: snd
>>> 
>>> snd: $(SNDLIB_HEADERS) $(SND_HEADERS) $(GX_HEADERS) $(S7_HEADERS) $(S7_O_FILES) $(SNDLIB_FILES) $(O_FILES) $(GX_FILES) $(GL_FILES)
>>> 	$(CC) $(LDFLAGS) $(CFLAGS) $(S7_O_FILES) $(SNDLIB_FILES) $(O_FILES) $(GX_FILES) $(GL_FILES) -o snd $(SNDLIB_LIB) $(XEN_LIBS) $(GTK_LIBS) $(GL_LIBS) $(MOTIF_LIBS) $(JACK_LIBS) $(AUDIO_LIB) $(FFTW_LIBS) $(GSL_LIBS) $(FAM_LIB) $(GMP_LIBS) $(LIBS)
>>> 
>>> xm: 	xen.h mus-config.h $(S7_HEADERS)
>>> 	$(CC) -c xm.c -DUSE_SND=0 $(DEFS) $(SO_FLAGS) $(GTK_CFLAGS) $(CAIRO_CFLAGS) $(CFLAGS) $(XEN_CFLAGS) $(MOTIF_FLAGS) $(GSL_FLAGS) $(JACK_FLAGS) $(GL_FLAGS)
>>> 	$(SO_LD) $(GM_FILES) -o $(GM_SO_FILE) $(SO_FLAGS) $(LDSO_FLAGS) $(ORIGINAL_LDFLAGS) $(GL_LIBS) $(MOTIF_LIBS) $(FAM_LIB) $(GMP_LIBS) $(LIBS)
>>> 
>>> xg: 	xen.h mus-config.h $(S7_HEADERS)
>>> 	$(CC) -c xg.c -DUSE_SND=0 $(DEFS) $(SO_FLAGS) $(GTK_CFLAGS) $(CAIRO_CFLAGS) $(CFLAGS) $(XEN_CFLAGS) $(MOTIF_FLAGS) $(GSL_FLAGS) $(JACK_FLAGS) $(GL_FLAGS)
>>> 	$(SO_LD) $(GG_FILES) -o $(GG_SO_FILE) $(LDSO_FLAGS) $(ORIGINAL_LDFLAGS) $(GTK_LD_LIBS) $(FAM_LIB) $(GMP_LIBS) $(LIBS)
>>> 
>>> 
>>> libxm:  xen.h mus-config.h $(S7_HEADERS) $(S7_O_FILES) 
>>> 	rm -f xen.o 
>>> 	$(CC) -c xen.c -DUSE_SND=0 $(DEFS) $(SO_FLAGS) $(GTK_CFLAGS) $(CAIRO_CFLAGS) $(CFLAGS) $(XEN_CFLAGS) $(MOTIF_FLAGS) $(GSL_FLAGS) $(JACK_FLAGS) $(GL_FLAGS) 
>>> 	$(CC) -c xm.c -DUSE_SND=0 $(DEFS) $(SO_FLAGS) $(GTK_CFLAGS) $(CAIRO_CFLAGS) $(CFLAGS) $(XEN_CFLAGS) $(MOTIF_FLAGS) $(GSL_FLAGS) $(JACK_FLAGS) $(GL_
>>> 	$(SO_LD) xen.o $(S7_O_FILES) $(GM_FILES) -o libxm.so $(SO_FLAGS) $(LDSO_FLAGS) $(ORIGINAL_LDFLAGS) $(GL_LIBS) $(MOTIF_LIBS) $(FAM_LIB) $(GMP_LIBS) $(XEN_LIBS) $(LIBS) 
>>> 
>>> libxg:	xen.h mus-config.h $(S7_HEADERS) $(S7_O_FILES) 
>>> 	rm -f xen.o 
>>> 	$(CC) -c xen.c -DUSE_SND=0 $(DEFS) $(SO_FLAGS) $(GTK_CFLAGS) $(CAIRO_CFLAGS) $(CFLAGS) $(XEN_CFLAGS) $(MOTIF_FLAGS) $(GSL_FLAGS) $(JACK_FLAGS) $(GL_FLAGS) 
>>> 	$(CC) -c xg.c -DUSE_SND=0 $(DEFS) $(SO_FLAGS) $(GTK_CFLAGS) $(CAIRO_CFLAGS) $(CFLAGS) $(XEN_CFLAGS) $(MOTIF_FLAGS) $(GSL_FLAGS) $(JACK_FLAGS) $(GL_FLAGS) 
>>> 	$(SO_LD) xen.o $(S7_O_FILES) $(GG_FILES) -o libxg.so $(LDSO_FLAGS) $(ORIGINAL_LDFLAGS) $(GTK_LD_LIBS) $(FAM_LIB) $(GMP_LIBS) $(XEN_LIBS) $(LIBS) 
>>> 
>>> widget: snd_widget.o
>>> 
>>> snd_widget.o: $(SNDLIB_HEADERS) $(SND_HEADERS) $(GX_HEADERS) $(S7_HEADERS) $(SNDLIB_FILES) $(O_FILES) $(GX_FILES) $(GL_FILES)
>>> 	$(LD) -r $(LDFLAGS) $(SNDLIB_FILES) $(O_FILES) $(GX_FILES) $(GL_FILES) -o snd_widget.o
>>> 
>>> $(SNDLIB_O_FILES): $(SNDLIB_HEADERS) $(SND_HEADERS) $(S7_HEADERS)
>>> $(O_FILES): $(SNDLIB_HEADERS) $(SND_HEADERS) $(SND_X_HEADERS) $(S7_HEADERS)
>>> $(X_O_FILES): $(SNDLIB_HEADERS) $(SND_HEADERS) $(SND_X_HEADERS) $(S7_HEADERS)
>>> $(G_O_FILES): $(SNDLIB_HEADERS) $(SND_HEADERS) $(SND_G_HEADERS) $(S7_HEADERS)
>>> $(S7_O_FILES): $(S7_HEADERS) $(S7_FILES)
>>> 
>>> clean:
>>> 	rm -f $(SNDLIB_O_FILES)
>>> 	rm -f $(O_FILES)
>>> 	rm -f $(X_O_FILES)
>>> 	rm -f $(G_O_FILES)
>>> 	rm -f $(NO_GUI_O_FILES)
>>> 	rm -f $(GM_FILES)
>>> 	rm -f $(GM_SO_FILE)
>>> 	rm -f $(GG_FILES)
>>> 	rm -f $(GG_SO_FILE)
>>> 	rm -f $(GL_FILES)
>>> 	rm -f $(S7_O_FILES)
>>> 	rm -f sndplay.o audinfo.o sndinfo.o
>>> 	rm -f snd sndplay audinfo sndinfo
>>> 
>>> distclean: clean
>>> 	rm -f mus-config.h config.log config.status makefile
>>> 
>>> clmclean:
>>> 	rm io.o headers.o audio.o sound.o clm.o
>>> 
>>> allclean:
>>> 	rm -f *.o
>>> 	rm -f *.so
>>> 	rm -f *.a
>>> 	rm -f snd sndplay audinfo sndinfo
>>> 
>>> sndplay: $(SNDLIB_HEADERS) $(S7_HEADERS)
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 headers.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 io.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 audio.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 sound.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 sndplay.c
>>> 	$(CC) $(LDFLAGS) $(CFLAGS) headers.o io.o audio.o sound.o sndplay.o -o sndplay $(JACK_LIBS) $(AUDIO_LIB) $(LIBS)
>>> 
>>> sndinfo: $(SNDLIB_HEADERS) $(S7_HEADERS)
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 headers.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 io.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 audio.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 sound.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 sndinfo.c
>>> 	$(CC) $(LDFLAGS) $(CFLAGS) headers.o io.o audio.o sound.o sndinfo.o -o sndinfo $(JACK_LIBS) $(AUDIO_LIB) $(LIBS)
>>> 
>>> audinfo: $(SNDLIB_HEADERS) $(S7_HEADERS)
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 headers.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 io.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 audio.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 sound.c
>>> 	$(CC) -c $(DEFS) $(CFLAGS) -DUSE_SND=0 audinfo.c
>>> 	$(CC) $(LDFLAGS) $(CFLAGS) headers.o io.o audio.o sound.o audinfo.o -o audinfo $(JACK_LIBS) $(AUDIO_LIB) $(LIBS)
>>> 
>>> install: snd
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${bindir}
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${mandir}
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${mandir}/man1
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${pkgdatadir}
>>> 	$(INSTALL) snd ${bindir}/snd
>>> 	$(INSTALL_DATA) ${top_srcdir}/snd.1 ${mandir}/man1
>>> 	(cd ${top_srcdir} && for f in ${SND_SCRIPTS}; do ${INSTALL_DATA} ${top_srcdir}/$${f} ${pkgdatadir}/$${f}; done)
>>> 
>>> uninstall:
>>> 	rm -f ${bindir}/snd
>>> 	rm -f ${mandir}/man1/snd.1
>>> 	for f in ${SND_SCRIPTS};  do rm -f ${pkgdatadir}/$${f}; done
>>> 
>>> install-strip: snd
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${bindir}
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${mandir}
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${mandir}/man1
>>> 	${SHELL} ${top_srcdir}/mkinstalldirs ${pkgdatadir}
>>> 	$(INSTALL) -s snd ${bindir}/snd
>>> 	$(INSTALL_DATA) ${top_srcdir}/snd.1 ${mandir}/man1
>>> 	(cd ${top_srcdir} && for f in ${SND_SCRIPTS}; do ${INSTALL_DATA} ${top_srcdir}/$${f} ${pkgdatadir}/$${f}; done) 
>>> 
>>> Makefile: Makefile.in config.status
>>> 	./config.status
>>> 
>>> config.status: configure
>>> 	./config.status --recheck
>>> 
>>> configure: configure.in
>>> 	cd $(srcdir); autoconf
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> Cmdist mailing list
>>> Cmdist at ccrma.stanford.edu
>>> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>> 
> 
> Prof. Ludger Brümmer
> Head of ZKM|Institute for Music and Acoustics
> Lorenzstr. 19
> 76135 Karlsruhe 
> lb at zkm.de
> 
> 
> 
> 
> 
> 
> 




More information about the Cmdist mailing list