Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 11:19:04 +0200
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        Julian Elischer <julian@vicor.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: port failure to build imake-6
Message-ID:  <200507251119.05062.dejan.lesjak@ijs.si>

next in thread | raw e-mail | index | archive | help
Julian Elischer wrote:

> making port imake-6 on my own version of FreeBSD 6.0
>=20
>=20
> schizo# cd work/xc/config/makedepend/
> schizo# make
> rm -f makedepend
> cc -o makedepend -O2 -fno-strength-reduce -fno-strict-aliasing -ansi
> -pedantic -Wno-system-headers -Dasm=3D__asm        -Wall -Wpointer-arith
> -Wundef      include.o main.o parse.o pr.o cppsetup.o ifparser.o
> -L/usr/X11R6/lib   -lgnumalloc  -Wl,-rpath,/usr/X11R6/lib
> -Wl,-rpath-link,../../exports/lib
> /usr/bin/ld: cannot find -lgnumalloc
> *** Error code 1
>=20
> Stop in /usr/ports/devel/imake-6/work/xc/config/makedepend.
> #

The same happens if you do 'make build' from port directory, right?

> it compiled fine when I manually removed -lgnumalloc

=46rom Makefile or just by copy-pasting that command line but without=20
=2Dlgnumalloc?

>=20
>=20
> This MAY because in this company internal release uname -a returns
>=20
> schizo# uname -a
> FreeBSD schizo.dev.vicor-nb.com VICOR FreeBSD VICOR #0: Sat Jul 23
> 09:41:45
> UTC 2005     root@fbsd6.dev.vicor-nb.com:/usr/obj/usr/src/sys/GENERIC=20
> i386

Building on FreeBSD should show the line like this:

Building on FreeBSD 6.0 amd64 [ELF] (6.0.0).

somewhere in the middle of 'make configure' output. What does it show there?
Could you provide xc/config/makedepend/Makefile (after doing 'make configur=
e')=20
or see if there is -lgnumalloc somewhere in there?


Dejan



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