Skip site navigation (1)Skip section navigation (2)
Date:      22 Aug 2002 00:40:54 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        6XGate <sixxgate@yahoo.com>
Cc:        FreeBSD User Questions List <freebsd-questions@freebsd.org>
Subject:   Re: Problem compiling libmikmod
Message-ID:  <1029991254.66786.38.camel@shumai.marcuscom.com>
In-Reply-To: <20020822043749.79260.qmail@web21408.mail.yahoo.com>
References:  <20020822043749.79260.qmail@web21408.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-9Xymar+ZAUypoCBAP/y/
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2002-08-22 at 00:37, 6XGate wrote:
> I keep getting this when attemping to compile libmikmod from the ports co=
llection:

Add USE_GMAKE=3D yes to the port's Makefile right below the USE_LIBTOOL
line.  This should fix the build.  I'm not sure why naddy took this
out...

Joe

>=20
> =3D=3D=3D>  Extracting for libmikmod-esound-3.1.10
> >> Checksum OK for libmikmod-3.1.10.tar.gz.
> =3D=3D=3D>   libmikmod-esound-3.1.10 depends on executable: libtool - fou=
nd
> =3D=3D=3D>   libmikmod-esound-3.1.10 depends on file: /usr/local/bin/sed_=
inplace - found
> =3D=3D=3D>   libmikmod-esound-3.1.10 depends on shared library: esd.2 - f=
ound
> =3D=3D=3D>  Patching for libmikmod-esound-3.1.10
> =3D=3D=3D>  Applying FreeBSD patches for libmikmod-esound-3.1.10
> =3D=3D=3D>  Configuring for libmikmod-esound-3.1.10
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c -o root -g w=
heel
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking whether to enable maintainer-specific portions of Makefiles... n=
o
> checking for gcc... cc
> checking whether the C compiler (cc -O -pipe  ) works... yes
> checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether cc accepts -g... yes
> checking how to run the C preprocessor... cc -E
> checking for a BSD compatible install... /usr/bin/install -c -o root -g w=
heel
> checking whether ln -s works... yes
> checking host system type... i386-portbld-freebsd4.6.2
> checking build system type... i386-portbld-freebsd4.6.2
> checking for ranlib... ranlib
> checking for ld used by GCC... /usr/libexec/elf/ld
> checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
> checking for BSD-compatible nm... /usr/bin/nm -B
> updating cache ./config.cache
> loading cache ./config.cache within ltconfig
> checking for object suffix... o
> checking for executable suffix... no
> checking for cc option to produce PIC... -fPIC
> checking if cc PIC flag -fPIC works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.lo... yes
> checking if cc supports -fno-rtti -fno-exceptions ... yes
> checking if cc static flag -static works... -static
> checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
> checking whether the linker (/usr/libexec/elf/ld) supports shared librari=
es... yes
> checking command to parse /usr/bin/nm -B output... ok
> checking how to hardcode library paths into programs... immediate
> checking for /usr/libexec/elf/ld option to reload object files... -r
> checking dynamic linker characteristics... freebsd4.6.2 ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for objdir... .libs
> creating libtool
> updating cache ./config.cache
> loading cache ./config.cache
> checking whether make sets ${MAKE}... (cached) yes
> checking for ranlib... (cached) ranlib
> checking if makeinfo supports html output... yes
> checking for dlfcn.h... yes
> checking for dlopen in -lc... yes
> checking wherever dynamically loaded symbols need underscores... no
> checking if compiler recognizes -pthread... yes
> checking for esd-config... /usr/local/bin/esd-config
> checking for ESD - version >=3D 0.2.6... yes
> checking if esd requires alsa... no
> checking for AF/AFlib.h... no
> checking for ANSI C header files... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for fcntl.h... yes
> checking for malloc.h... no
> checking for memory.h... yes
> checking for strings.h... yes
> checking for sys/ioctl.h... yes
> checking for unistd.h... yes
> checking whether cc needs -traditional... no
> checking for working const... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking if compiler understands the signed keyword... yes
> checking for setenv... yes
> checking for snprintf... yes
> checking for srandom... yes
> checking for strcasecmp... yes
> checking for strdup... yes
> checking for strstr... yes
> checking for OSS (/dev/sndstat)... yes
> checking for machine/soundcard.h... yes
> checking for sys/soundcard.h... yes
> checking if RTLD_GLOBAL is defined... yes
> checking if inlining functions is safe... yes
> checking if compiler is pgcc... no
> updating cache ./config.cache
> creating ./config.status
> creating libmikmod-config
> creating Makefile
> creating docs/Makefile
> creating docs/libmikmod-config.1
> creating dlapi/Makefile
> creating drivers/Makefile
> creating include/Makefile
> creating include/mikmod.h
> creating include/mikmod_build.h
> creating libmikmod/Makefile
> creating loaders/Makefile
> creating mmio/Makefile
> creating playercode/Makefile
> creating posix/Makefile
> creating macintosh/Makefile
> creating os2/Makefile
> creating win32/Makefile
> creating config.h
>=20
> Library configuration:
>=20
>   Source code location: .
>   Compiler: cc
>   Compiler flags: -O -pipe  -D_THREAD_SAFE -I/usr/local/include -finline-=
functions -funroll-loops
> -ffast-math -Wall -D_REENTRANT
>   Debug version: no
>   Dynamically loaded drivers whenever possible: yes, sun style
>   Drivers to be compiled: oss esd raw wav pipe stdout nosound
>   Install path: /usr/local/lib, /usr/local/include
>=20
> =3D=3D=3D>  Building for libmikmod-esound-3.1.10
> make  all-recursive
> Making all in drivers
> Making all in include
> Making all in libmikmod
> /bin/csh ../libtool --silent --mode=3Dcompile cc -DHAVE_CONFIG_H -O -pipe=
  -D_THREAD_SAFE
> -I/usr/local/include -finline-functions -funroll-loops -ffast-math -Wall =
-D_REENTRANT -Dunix
> -I../include -I.. -I../include -DMIKMOD_H=3D../include/mikmod.h -c ../dri=
vers/drv_AF.c
> Xsed=3Dsed -e s/^X//: Command not found.
> Missing }.
> *** Error code 1
>=20
> Stop in /usr/ports/audio/libmikmod/work/libmikmod-3.1.10/libmikmod.
> *** Error code 1
>=20
> Stop in /usr/ports/audio/libmikmod/work/libmikmod-3.1.10.
> *** Error code 1
>=20
> Stop in /usr/ports/audio/libmikmod/work/libmikmod-3.1.10.
> *** Error code 1
>=20
> Stop in /usr/ports/audio/libmikmod.
>=20
>=20
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>=20


--=-9Xymar+ZAUypoCBAP/y/
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQA9ZGtWb2iPiv4Uz4cRAvZXAJ9dWQN4m7yhFc8fR+/M0f8xtxd00gCeOCM3
zonkvl8LxAwb8wK2CXyyfSs=
=dbX8
-----END PGP SIGNATURE-----

--=-9Xymar+ZAUypoCBAP/y/--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1029991254.66786.38.camel>