| Summary: | kdevelop c project template is broken | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | tnagy <tnagy256> |
| Component: | appwizard | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
tnagy
2003-08-10 22:54:29 UTC
Do you have libtool installed? Yes. By the way the c++ kde template "simple application framework" works fine, and it uses libtool. concerning my libtool installation, I have the following redhat rpms : libtool-1.4.3-5 libtool-libs13-1.3.5-7 libtool-libs-1.4.3-5 AM_PROG_LIBTOOL and AC_PROG_LIBTOOL are the correct ways to instantiate libtool. Is the file libtool.m4 inside your aclocal's (aclocal-1.7) directory? Your are right, I don't have the file libtool.m4 in my aclocal-1.7 directory. It looks like I have to reinstall libtool, then ? (why does my config work for compiling other programs and not this template ?) It looks like the problem was found. Closing. |