pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46644: Pkgsrc cad/xcircuit fails to build Darwin (Mac OS X 10.7.4)
The following reply was made to PR pkg/46644; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/46644: Pkgsrc cad/xcircuit fails to build Darwin (Mac OS X
10.7.4)
Date: Sun, 1 Jul 2012 17:24:39 +0000
On Sun, Jul 01, 2012 at 01:00:00AM +0000, kaosagnt%tpg.com.au@localhost wrote:
> configure:2263: checking for C compiler default output file name
> configure:2266: gcc [...] -ltcl84 -ltk84 -L/usr/pkg/lib [...]
> ld: library not found for -ltcl84
> [...]
> configure:2308: error: C compiler cannot create executables
> See `config.log' for more details.
So, the problem is that it isn't finding the tcl library.
Now, the tcl package should be there as xcircuit depends on tcl. So
there are three obvious ways things could be broken:
(1) the tcl package is not actually installed (this is easy to check)
(2) the tcl package is installed but broken, so that the library
(/usr/pkg/lib/libtcl84.dylib) is missing for some reason (this is also
easy to check) or isn't being buildlinked properly
(work/.buildlink/lib/libtcl84.dylib should be a symbolic link pointing
to the real copy, which is also easy to check)
(3) it's all there but the linker isn't finding it for some reason.
Can you check (1) and (2) before we start pursuing (3)?
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index