You must be logged in to post Login Register


Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Mangler not compiling correctly Mint 11

UserPost

8:54 pm
November 5, 2011


Candlehawk

New Member

posts 2

I got all the packages specified in the "building" section, tried ./configure; make; make install

this is the output: 

 

checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for g++… g++
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 g++ accepts -g… yes
checking for style of include used by make… GNU
checking dependency style of g++… gcc3
checking for gawk… (cached) gawk
checking for gcc… gcc
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 dependency style of gcc… gcc3
checking how to run the C preprocessor… gcc -E
checking whether ln -s works… yes
checking whether make sets $(MAKE)… (cached) yes
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking the maximum length of command line arguments… 1572864
checking whether the shell understands some XSI constructs… yes
checking whether the shell understands "+="… yes
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking whether we are using the GNU C++ compiler… (cached) yes
checking whether g++ accepts -g… (cached) yes
checking dependency style of g++… (cached) gcc3
checking how to run the C++ preprocessor… g++ -E
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking for ld used by g++… /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works… yes
checking if g++ static flag -static works… yes
checking if g++ supports -c -o file.o… yes
checking if g++ supports -c -o file.o… (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking for the pthreads library -lpthreads… no
checking whether pthreads work without any flags… no
checking whether pthreads work with -Kthread… no
checking whether pthreads work with -kthread… no
checking for the pthreads library -llthread… no
checking whether pthreads work with -pthread… yes
checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads… no
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.16… yes
checking for GLIB – version >= 2.0.0… yes (version 2.28.6)
checking arpa/inet.h usability… yes
checking arpa/inet.h presence… yes
checking for arpa/inet.h… yes
checking fcntl.h usability… yes
checking fcntl.h presence… yes
checking for fcntl.h… yes
checking netdb.h usability… yes
checking netdb.h presence… yes
checking for netdb.h… yes
checking netinet/in.h usability… yes
checking netinet/in.h presence… yes
checking for netinet/in.h… yes
checking for stdint.h… (cached) yes
checking for stdlib.h… (cached) yes
checking for string.h… (cached) yes
checking sys/socket.h usability… yes
checking sys/socket.h presence… yes
checking for sys/socket.h… yes
checking sys/time.h usability… yes
checking sys/time.h presence… yes
checking for sys/time.h… yes
checking for unistd.h… (cached) yes
checking for tan in -lm… yes
checking for gsm_create in -lgsm… yes
checking gsm.h usability… yes
checking gsm.h presence… yes
checking for gsm.h… yes
checking for speex… yes
checking for celt… yes
Enabled optional CELT support.
checking for xosd_create in -lxosd… yes
Enabled optional XOSD support.
checking for new_g15_screen in -lg15daemon_client… yes
checking for g15r_clearScreen in -lg15render… yes
Enabled optional Logitech G15 support.
checking for espeak_Initialize in -lespeak… yes
Enabled optional eSpeak support.
checking for x11… yes
checking for xi… yes
checking for gtk… yes
checking for dbus… yes
checking for gtkmm… yes
checking for pulse… yes
checking for alsa… yes
checking sys/soundcard.h usability… yes
checking sys/soundcard.h presence… yes
checking for sys/soundcard.h… yes
checking for gthread… yes
checking for gtkmm… yes
checking for stdbool.h that conforms to C99… yes
checking for _Bool… yes
checking for int16_t… yes
checking for int64_t… yes
checking for size_t… yes
checking for ssize_t… yes
checking for uint16_t… yes
checking for uint32_t… yes
checking for uint8_t… yes
checking for stdlib.h… (cached) yes
checking for GNU libc compatible malloc… yes
checking for stdlib.h… (cached) yes
checking for GNU libc compatible realloc… yes
checking for dup2… yes
checking for gettimeofday… yes
checking for inet_ntoa… yes
checking for memset… yes
checking for select… yes
checking for socket… yes
checking for strchr… yes
checking for strdup… yes
checking for strerror… yes
checking for gethostbyname_r… yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating libventrilo3/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2'
Making all in libventrilo3
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
Making all in icons
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/icons'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/icons'
Making all in sounds
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/sounds'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/sounds'
Making all in src
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2'
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'
Making install in libventrilo3
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool   –mode=install /usr/bin/install -c   libventrilo3.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libventrilo3.so.0.0.0 /usr/local/lib/libventrilo3.so.0.0.0
/usr/bin/install: cannot create regular file `/usr/local/lib/libventrilo3.so.0.0.0': Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
make: *** [install-recursive] Error 1

checking for a BSD-compatible install… /usr/bin/install -cchecking whether build environment is sane… yeschecking for a thread-safe mkdir -p… /bin/mkdir -pchecking for gawk… gawkchecking whether make sets $(MAKE)… yeschecking whether to enable maintainer-specific portions of Makefiles… nochecking for g++… g++checking whether the C++ compiler works… yeschecking for C++ compiler default output file name… a.outchecking for suffix of executables… checking whether we are cross compiling… nochecking for suffix of object files… ochecking whether we are using the GNU C++ compiler… yeschecking whether g++ accepts -g… yeschecking for style of include used by make… GNUchecking dependency style of g++… gcc3checking for gawk… (cached) gawkchecking for gcc… gccchecking whether we are using the GNU C compiler… yeschecking whether gcc accepts -g… yeschecking for gcc option to accept ISO C89… none neededchecking dependency style of gcc… gcc3checking how to run the C preprocessor… gcc -Echecking whether ln -s works… yeschecking whether make sets $(MAKE)… (cached) yeschecking build system type… x86_64-unknown-linux-gnuchecking host system type… x86_64-unknown-linux-gnuchecking for a sed that does not truncate output… /bin/sedchecking for grep that handles long lines and -e… /bin/grepchecking for egrep… /bin/grep -Echecking for fgrep… /bin/grep -Fchecking for ld used by gcc… /usr/bin/ldchecking if the linker (/usr/bin/ld) is GNU ld… yeschecking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -Bchecking the name lister (/usr/bin/nm -B) interface… BSD nmchecking the maximum length of command line arguments… 1572864checking whether the shell understands some XSI constructs… yeschecking whether the shell understands "+="… yeschecking for /usr/bin/ld option to reload object files… -rchecking for objdump… objdumpchecking how to recognize dependent libraries… pass_allchecking for ar… archecking for strip… stripchecking for ranlib… ranlibchecking command to parse /usr/bin/nm -B output from gcc object… okchecking for ANSI C header files… yeschecking for sys/types.h… yeschecking for sys/stat.h… yeschecking for stdlib.h… yeschecking for string.h… yeschecking for memory.h… yeschecking for strings.h… yeschecking for inttypes.h… yeschecking for stdint.h… yeschecking for unistd.h… yeschecking for dlfcn.h… yeschecking whether we are using the GNU C++ compiler… (cached) yeschecking whether g++ accepts -g… (cached) yeschecking dependency style of g++… (cached) gcc3checking how to run the C++ preprocessor… g++ -Echecking for objdir… .libschecking if gcc supports -fno-rtti -fno-exceptions… nochecking for gcc option to produce PIC… -fPIC -DPICchecking if gcc PIC flag -fPIC -DPIC works… yeschecking if gcc static flag -static works… yeschecking if gcc supports -c -o file.o… yeschecking if gcc supports -c -o file.o… (cached) yeschecking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yeschecking whether -lc should be explicitly linked in… nochecking dynamic linker characteristics… GNU/Linux ld.sochecking how to hardcode library paths into programs… immediatechecking whether stripping libraries is possible… yeschecking if libtool supports shared libraries… yeschecking whether to build shared libraries… yeschecking whether to build static libraries… yeschecking for ld used by g++… /usr/bin/ld -m elf_x86_64checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yeschecking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yeschecking for g++ option to produce PIC… -fPIC -DPICchecking if g++ PIC flag -fPIC -DPIC works… yeschecking if g++ static flag -static works… yeschecking if g++ supports -c -o file.o… yeschecking if g++ supports -c -o file.o… (cached) yeschecking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yeschecking dynamic linker characteristics… GNU/Linux ld.sochecking how to hardcode library paths into programs… immediatechecking for the pthreads library -lpthreads… nochecking whether pthreads work without any flags… nochecking whether pthreads work with -Kthread… nochecking whether pthreads work with -kthread… nochecking for the pthreads library -llthread… nochecking whether pthreads work with -pthread… yeschecking for joinable pthread attribute… PTHREAD_CREATE_JOINABLEchecking if more special flags are required for pthreads… nochecking for pkg-config… /usr/bin/pkg-configchecking pkg-config is at least version 0.16… yeschecking for GLIB – version >= 2.0.0… yes (version 2.28.6)checking arpa/inet.h usability… yeschecking arpa/inet.h presence… yeschecking for arpa/inet.h… yeschecking fcntl.h usability… yeschecking fcntl.h presence… yeschecking for fcntl.h… yeschecking netdb.h usability… yeschecking netdb.h presence… yeschecking for netdb.h… yeschecking netinet/in.h usability… yeschecking netinet/in.h presence… yeschecking for netinet/in.h… yeschecking for stdint.h… (cached) yeschecking for stdlib.h… (cached) yeschecking for string.h… (cached) yeschecking sys/socket.h usability… yeschecking sys/socket.h presence… yeschecking for sys/socket.h… yeschecking sys/time.h usability… yeschecking sys/time.h presence… yeschecking for sys/time.h… yeschecking for unistd.h… (cached) yeschecking for tan in -lm… yeschecking for gsm_create in -lgsm… yeschecking gsm.h usability… yeschecking gsm.h presence… yeschecking for gsm.h… yeschecking for speex… yeschecking for celt… yesEnabled optional CELT support.checking for xosd_create in -lxosd… yesEnabled optional XOSD support.checking for new_g15_screen in -lg15daemon_client… yeschecking for g15r_clearScreen in -lg15render… yesEnabled optional Logitech G15 support.checking for espeak_Initialize in -lespeak… yesEnabled optional eSpeak support.checking for x11… yeschecking for xi… yeschecking for gtk… yeschecking for dbus… yeschecking for gtkmm… yeschecking for pulse… yeschecking for alsa… yeschecking sys/soundcard.h usability… yeschecking sys/soundcard.h presence… yeschecking for sys/soundcard.h… yeschecking for gthread… yeschecking for gtkmm… yeschecking for stdbool.h that conforms to C99… yeschecking for _Bool… yeschecking for int16_t… yeschecking for int64_t… yeschecking for size_t… yeschecking for ssize_t… yeschecking for uint16_t… yeschecking for uint32_t… yeschecking for uint8_t… yeschecking for stdlib.h… (cached) yeschecking for GNU libc compatible malloc… yeschecking for stdlib.h… (cached) yeschecking for GNU libc compatible realloc… yeschecking for dup2… yeschecking for gettimeofday… yeschecking for inet_ntoa… yeschecking for memset… yeschecking for select… yeschecking for socket… yeschecking for strchr… yeschecking for strdup… yeschecking for strerror… yeschecking for gethostbyname_r… yesconfigure: creating ./config.statusconfig.status: creating src/Makefileconfig.status: creating Makefileconfig.status: creating libventrilo3/Makefileconfig.status: creating config.hconfig.status: config.h is unchangedconfig.status: executing depfiles commandsconfig.status: executing libtool commandsmake  all-recursivemake[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2'Making all in libventrilo3make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'Making all in iconsmake[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/icons'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/icons'Making all in soundsmake[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/sounds'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/sounds'Making all in srcmake[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2'make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'Making install in libventrilo3make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" /bin/bash ../libtool   –mode=install /usr/bin/install -c   libventrilo3.la '/usr/local/lib'libtool: install: /usr/bin/install -c .libs/libventrilo3.so.0.0.0 /usr/local/lib/libventrilo3.so.0.0.0/usr/bin/install: cannot create regular file `/usr/local/lib/libventrilo3.so.0.0.0': Permission deniedmake[2]: *** [install-libLTLIBRARIES] Error 1make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'make[1]: *** [install-am] Error 2make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'make: *** [install-recursive] Error 1
 

9:13 pm
November 5, 2011


econnell

Admin

posts 320

/usr/bin/install: cannot create regular file `/usr/local/lib/libventrilo3.so.0.0.0': Permission denied

 

You have to be root to install files in that directory.  Run "make install" through sudo

9:42 pm
November 5, 2011


Candlehawk

New Member

posts 2

I now did "./configure; make; sudo make install"

and this happened:

 

checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking for g++… g++
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 g++ accepts -g… yes
checking for style of include used by make… GNU
checking dependency style of g++… gcc3
checking for gawk… (cached) gawk
checking for gcc… gcc
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 dependency style of gcc… gcc3
checking how to run the C preprocessor… gcc -E
checking whether ln -s works… yes
checking whether make sets $(MAKE)… (cached) yes
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking the maximum length of command line arguments… 1572864
checking whether the shell understands some XSI constructs… yes
checking whether the shell understands "+="… yes
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking whether we are using the GNU C++ compiler… (cached) yes
checking whether g++ accepts -g… (cached) yes
checking dependency style of g++… (cached) gcc3
checking how to run the C++ preprocessor… g++ -E
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… yes
checking for ld used by g++… /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works… yes
checking if g++ static flag -static works… yes
checking if g++ supports -c -o file.o… yes
checking if g++ supports -c -o file.o… (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking for the pthreads library -lpthreads… no
checking whether pthreads work without any flags… no
checking whether pthreads work with -Kthread… no
checking whether pthreads work with -kthread… no
checking for the pthreads library -llthread… no
checking whether pthreads work with -pthread… yes
checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads… no
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.16… yes
checking for GLIB – version >= 2.0.0… yes (version 2.28.6)
checking arpa/inet.h usability… yes
checking arpa/inet.h presence… yes
checking for arpa/inet.h… yes
checking fcntl.h usability… yes
checking fcntl.h presence… yes
checking for fcntl.h… yes
checking netdb.h usability… yes
checking netdb.h presence… yes
checking for netdb.h… yes
checking netinet/in.h usability… yes
checking netinet/in.h presence… yes
checking for netinet/in.h… yes
checking for stdint.h… (cached) yes
checking for stdlib.h… (cached) yes
checking for string.h… (cached) yes
checking sys/socket.h usability… yes
checking sys/socket.h presence… yes
checking for sys/socket.h… yes
checking sys/time.h usability… yes
checking sys/time.h presence… yes
checking for sys/time.h… yes
checking for unistd.h… (cached) yes
checking for tan in -lm… yes
checking for gsm_create in -lgsm… yes
checking gsm.h usability… yes
checking gsm.h presence… yes
checking for gsm.h… yes
checking for speex… yes
checking for celt… yes
Enabled optional CELT support.
checking for xosd_create in -lxosd… yes
Enabled optional XOSD support.
checking for new_g15_screen in -lg15daemon_client… yes
checking for g15r_clearScreen in -lg15render… yes
Enabled optional Logitech G15 support.
checking for espeak_Initialize in -lespeak… yes
Enabled optional eSpeak support.
checking for x11… yes
checking for xi… yes
checking for gtk… yes
checking for dbus… yes
checking for gtkmm… yes
checking for pulse… yes
checking for alsa… yes
checking sys/soundcard.h usability… yes
checking sys/soundcard.h presence… yes
checking for sys/soundcard.h… yes
checking for gthread… yes
checking for gtkmm… yes
checking for stdbool.h that conforms to C99… yes
checking for _Bool… yes
checking for int16_t… yes
checking for int64_t… yes
checking for size_t… yes
checking for ssize_t… yes
checking for uint16_t… yes
checking for uint32_t… yes
checking for uint8_t… yes
checking for stdlib.h… (cached) yes
checking for GNU libc compatible malloc… yes
checking for stdlib.h… (cached) yes
checking for GNU libc compatible realloc… yes
checking for dup2… yes
checking for gettimeofday… yes
checking for inet_ntoa… yes
checking for memset… yes
checking for select… yes
checking for socket… yes
checking for strchr… yes
checking for strdup… yes
checking for strerror… yes
checking for gethostbyname_r… yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating libventrilo3/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2'
Making all in libventrilo3
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
Making all in icons
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/icons'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/icons'
Making all in sounds
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/sounds'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/sounds'
Making all in src
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2'
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'
Making install in libventrilo3
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool   –mode=install /usr/bin/install -c   libventrilo3.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libventrilo3.so.0.0.0 /usr/local/lib/libventrilo3.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libventrilo3.so.0.0.0 libventrilo3.so.0 || { rm -f libventrilo3.so.0 && ln -s libventrilo3.so.0.0.0 libventrilo3.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libventrilo3.so.0.0.0 libventrilo3.so || { rm -f libventrilo3.so && ln -s libventrilo3.so.0.0.0 libventrilo3.so; }; })
libtool: install: /usr/bin/install -c .libs/libventrilo3.lai /usr/local/lib/libventrilo3.la
libtool: install: /usr/bin/install -c .libs/libventrilo3.a /usr/local/lib/libventrilo3.a
libtool: install: chmod 644 /usr/local/lib/libventrilo3.a
libtool: install: ranlib /usr/local/lib/libventrilo3.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib
———————————————————————-
Libraries have been installed in:
   /usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
———————————————————————-
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 ventrilo3.h '/usr/local/include'
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'
Making install in icons
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/icons'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/icons'
Making install in sounds
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/sounds'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/sounds'
Making install in src
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/bash ../libtool   –mode=install /usr/bin/install -c mangler '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/mangler /usr/local/bin/mangler
test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
 /usr/bin/install -c -m 644 ../mangler.desktop '/usr/local/share/applications'
test -z "/usr/local/share/pixmaps" || /bin/mkdir -p "/usr/local/share/pixmaps"
 /usr/bin/install -c -m 644 ../icons/mangler_logo.svg '/usr/local/share/pixmaps'
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'
make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2'
make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'
make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'

checking for a BSD-compatible install… /usr/bin/install -cchecking whether build environment is sane… yeschecking for a thread-safe mkdir -p… /bin/mkdir -pchecking for gawk… gawkchecking whether make sets $(MAKE)… yeschecking whether to enable maintainer-specific portions of Makefiles… nochecking for g++… g++checking whether the C++ compiler works… yeschecking for C++ compiler default output file name… a.outchecking for suffix of executables… checking whether we are cross compiling… nochecking for suffix of object files… ochecking whether we are using the GNU C++ compiler… yeschecking whether g++ accepts -g… yeschecking for style of include used by make… GNUchecking dependency style of g++… gcc3checking for gawk… (cached) gawkchecking for gcc… gccchecking whether we are using the GNU C compiler… yeschecking whether gcc accepts -g… yeschecking for gcc option to accept ISO C89… none neededchecking dependency style of gcc… gcc3checking how to run the C preprocessor… gcc -Echecking whether ln -s works… yeschecking whether make sets $(MAKE)… (cached) yeschecking build system type… x86_64-unknown-linux-gnuchecking host system type… x86_64-unknown-linux-gnuchecking for a sed that does not truncate output… /bin/sedchecking for grep that handles long lines and -e… /bin/grepchecking for egrep… /bin/grep -Echecking for fgrep… /bin/grep -Fchecking for ld used by gcc… /usr/bin/ldchecking if the linker (/usr/bin/ld) is GNU ld… yeschecking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -Bchecking the name lister (/usr/bin/nm -B) interface… BSD nmchecking the maximum length of command line arguments… 1572864checking whether the shell understands some XSI constructs… yeschecking whether the shell understands "+="… yeschecking for /usr/bin/ld option to reload object files… -rchecking for objdump… objdumpchecking how to recognize dependent libraries… pass_allchecking for ar… archecking for strip… stripchecking for ranlib… ranlibchecking command to parse /usr/bin/nm -B output from gcc object… okchecking for ANSI C header files… yeschecking for sys/types.h… yeschecking for sys/stat.h… yeschecking for stdlib.h… yeschecking for string.h… yeschecking for memory.h… yeschecking for strings.h… yeschecking for inttypes.h… yeschecking for stdint.h… yeschecking for unistd.h… yeschecking for dlfcn.h… yeschecking whether we are using the GNU C++ compiler… (cached) yeschecking whether g++ accepts -g… (cached) yeschecking dependency style of g++… (cached) gcc3checking how to run the C++ preprocessor… g++ -Echecking for objdir… .libschecking if gcc supports -fno-rtti -fno-exceptions… nochecking for gcc option to produce PIC… -fPIC -DPICchecking if gcc PIC flag -fPIC -DPIC works… yeschecking if gcc static flag -static works… yeschecking if gcc supports -c -o file.o… yeschecking if gcc supports -c -o file.o… (cached) yeschecking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yeschecking whether -lc should be explicitly linked in… nochecking dynamic linker characteristics… GNU/Linux ld.sochecking how to hardcode library paths into programs… immediatechecking whether stripping libraries is possible… yeschecking if libtool supports shared libraries… yeschecking whether to build shared libraries… yeschecking whether to build static libraries… yeschecking for ld used by g++… /usr/bin/ld -m elf_x86_64checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yeschecking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yeschecking for g++ option to produce PIC… -fPIC -DPICchecking if g++ PIC flag -fPIC -DPIC works… yeschecking if g++ static flag -static works… yeschecking if g++ supports -c -o file.o… yeschecking if g++ supports -c -o file.o… (cached) yeschecking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yeschecking dynamic linker characteristics… GNU/Linux ld.sochecking how to hardcode library paths into programs… immediatechecking for the pthreads library -lpthreads… nochecking whether pthreads work without any flags… nochecking whether pthreads work with -Kthread… nochecking whether pthreads work with -kthread… nochecking for the pthreads library -llthread… nochecking whether pthreads work with -pthread… yeschecking for joinable pthread attribute… PTHREAD_CREATE_JOINABLEchecking if more special flags are required for pthreads… nochecking for pkg-config… /usr/bin/pkg-configchecking pkg-config is at least version 0.16… yeschecking for GLIB – version >= 2.0.0… yes (version 2.28.6)checking arpa/inet.h usability… yeschecking arpa/inet.h presence… yeschecking for arpa/inet.h… yeschecking fcntl.h usability… yeschecking fcntl.h presence… yeschecking for fcntl.h… yeschecking netdb.h usability… yeschecking netdb.h presence… yeschecking for netdb.h… yeschecking netinet/in.h usability… yeschecking netinet/in.h presence… yeschecking for netinet/in.h… yeschecking for stdint.h… (cached) yeschecking for stdlib.h… (cached) yeschecking for string.h… (cached) yeschecking sys/socket.h usability… yeschecking sys/socket.h presence… yeschecking for sys/socket.h… yeschecking sys/time.h usability… yeschecking sys/time.h presence… yeschecking for sys/time.h… yeschecking for unistd.h… (cached) yeschecking for tan in -lm… yeschecking for gsm_create in -lgsm… yeschecking gsm.h usability… yeschecking gsm.h presence… yeschecking for gsm.h… yeschecking for speex… yeschecking for celt… yesEnabled optional CELT support.checking for xosd_create in -lxosd… yesEnabled optional XOSD support.checking for new_g15_screen in -lg15daemon_client… yeschecking for g15r_clearScreen in -lg15render… yesEnabled optional Logitech G15 support.checking for espeak_Initialize in -lespeak… yesEnabled optional eSpeak support.checking for x11… yeschecking for xi… yeschecking for gtk… yeschecking for dbus… yeschecking for gtkmm… yeschecking for pulse… yeschecking for alsa… yeschecking sys/soundcard.h usability… yeschecking sys/soundcard.h presence… yeschecking for sys/soundcard.h… yeschecking for gthread… yeschecking for gtkmm… yeschecking for stdbool.h that conforms to C99… yeschecking for _Bool… yeschecking for int16_t… yeschecking for int64_t… yeschecking for size_t… yeschecking for ssize_t… yeschecking for uint16_t… yeschecking for uint32_t… yeschecking for uint8_t… yeschecking for stdlib.h… (cached) yeschecking for GNU libc compatible malloc… yeschecking for stdlib.h… (cached) yeschecking for GNU libc compatible realloc… yeschecking for dup2… yeschecking for gettimeofday… yeschecking for inet_ntoa… yeschecking for memset… yeschecking for select… yeschecking for socket… yeschecking for strchr… yeschecking for strdup… yeschecking for strerror… yeschecking for gethostbyname_r… yesconfigure: creating ./config.statusconfig.status: creating src/Makefileconfig.status: creating Makefileconfig.status: creating libventrilo3/Makefileconfig.status: creating config.hconfig.status: config.h is unchangedconfig.status: executing depfiles commandsconfig.status: executing libtool commandsmake  all-recursivemake[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2'Making all in libventrilo3make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'Making all in iconsmake[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/icons'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/icons'Making all in soundsmake[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/sounds'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/sounds'Making all in srcmake[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'make[2]: Nothing to be done for `all'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2'make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'Making install in libventrilo3make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" /bin/bash ../libtool   –mode=install /usr/bin/install -c   libventrilo3.la '/usr/local/lib'libtool: install: /usr/bin/install -c .libs/libventrilo3.so.0.0.0 /usr/local/lib/libventrilo3.so.0.0.0libtool: install: (cd /usr/local/lib && { ln -s -f libventrilo3.so.0.0.0 libventrilo3.so.0 || { rm -f libventrilo3.so.0 && ln -s libventrilo3.so.0.0.0 libventrilo3.so.0; }; })libtool: install: (cd /usr/local/lib && { ln -s -f libventrilo3.so.0.0.0 libventrilo3.so || { rm -f libventrilo3.so && ln -s libventrilo3.so.0.0.0 libventrilo3.so; }; })libtool: install: /usr/bin/install -c .libs/libventrilo3.lai /usr/local/lib/libventrilo3.lalibtool: install: /usr/bin/install -c .libs/libventrilo3.a /usr/local/lib/libventrilo3.alibtool: install: chmod 644 /usr/local/lib/libventrilo3.alibtool: install: ranlib /usr/local/lib/libventrilo3.alibtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib———————————————————————-Libraries have been installed in:   /usr/local/lib
If you ever happen to want to link against installed librariesin a given directory, LIBDIR, you must either use libtool, andspecify the full pathname of the library, or use the `-LLIBDIR'flag during linking and do at least one of the following:   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable     during execution   - add LIBDIR to the `LD_RUN_PATH' environment variable     during linking   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries formore information, such as the ld(1) and ld.so(8) manual pages.———————————————————————-test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include" /usr/bin/install -c -m 644 ventrilo3.h '/usr/local/include'make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/libventrilo3'Making install in iconsmake[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/icons'make[1]: Nothing to be done for `install'.make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/icons'Making install in soundsmake[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/sounds'make[1]: Nothing to be done for `install'.make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/sounds'Making install in srcmake[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2/src'test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"  /bin/bash ../libtool   –mode=install /usr/bin/install -c mangler '/usr/local/bin'libtool: install: /usr/bin/install -c .libs/mangler /usr/local/bin/manglertest -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications" /usr/bin/install -c -m 644 ../mangler.desktop '/usr/local/share/applications'test -z "/usr/local/share/pixmaps" || /bin/mkdir -p "/usr/local/share/pixmaps" /usr/bin/install -c -m 644 ../icons/mangler_logo.svg '/usr/local/share/pixmaps'make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2/src'make[1]: Entering directory `/home/alex/Downloads/mangler-1.2.2'make[2]: Entering directory `/home/alex/Downloads/mangler-1.2.2'make[2]: Nothing to be done for `install-exec-am'.make[2]: Nothing to be done for `install-data-am'.make[2]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'make[1]: Leaving directory `/home/alex/Downloads/mangler-1.2.2'

 

 

I even did sudo ldconfig after, mangler is still not showing up. I also tried in a last-ditch effort to run sudo before each command, that, as I assumed, did nothing new.

 


About the Mangler forum

Forum Timezone: America/New_York

Most Users Ever Online: 30

Currently Online:
6 Guests

Currently Browsing this Topic:
1 Guest

Forum Stats:

Groups: 1
Forums: 4
Topics: 247
Posts: 1128

Membership:

There are 746 Members

There is 1 Admin
There are 2 Moderators

Top Posters:

clearscreen – 48
dardack – 18
Krovikan – 16
FWishbringer – 14
faldiin – 12
vpro – 11

Recent New Members: keeper, pezz, nvs2dvs, fishtoast, melody, Etane

Administrators: econnell (320 Posts)

Moderators: Haxar (58 Posts), bobshaffer (2 Posts)



Go to Top