Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9485] pcre should depend on g++

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9485] pcre should depend on g++
  • Date: Fri, 19 Aug 2005 21:38:19 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9485


eric AT sandall.us changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |eric AT sandall.us




------- Additional Comments From eric AT sandall.us 2005-08-19 21:38 -------
Well, I fixed it with the following in PRE_BUILD:
default_pre_build &&
cd $SOURCE_DIRECTORY &&
libtoolize --force --copy &&
aclocal &&
autoconf

But then I get this error during INSTALL:
echo "/bin/sh ./libtool --mode=install /bin/install -c libpcrecpp.la
/usr/lib/libpcrecpp.la"
/bin/sh ./libtool --mode=install /bin/install -c libpcrecpp.la
/usr/lib/libpcrecpp.la
/bin/sh ./libtool --mode=install /bin/install -c libpcrecpp.la
/usr/lib/libpcrecpp.la
libtool: install: `libpcrecpp.la' is not a valid libtool archive
Try `libtool --help --mode=install' for more information.
make: *** [install] Error 1

Looks like this one actually needs g++. Can I get another to verify the normal
fix doesn't work?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page