| Summary: | symbol lookup error upon execution | ||
|---|---|---|---|
| Product: | [Unmaintained] kftpgrabber | Reporter: | Paulo Dias <paulo.miguel.dias> |
| Component: | general | Assignee: | Jernej Kos <kostko> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Paulo Dias
2005-09-02 19:43:26 UTC
Please try uninstalling the old kftpgrabber version before installing the new one. SVN commit 456883 by thiago: Use -no-undefined so that that kind of bugs will not show up again. BUG:111941 M +2 -1 Makefile.am --- trunk/extragear/network/kftpgrabber/src/misc/interfaces/Makefile.am #456882:456883 @@ -6,7 +6,8 @@ lib_LTLIBRARIES = libkftpinterfaces.la libkftpinterfaces_la_SOURCES = kftpbookmarkimportplugin.cpp -libkftpinterfaces_la_LDFLAGS = $(all_libraries) -version-info 0:0:0 +libkftpinterfaces_la_LDFLAGS = $(all_libraries) -version-info 0:0:0 -no-undefined +libkftpinterfaces_la_LIBADD = $(LIB_KPARTS) kftpgrabberincludedir = $(includedir)/kftpgrabber kftpgrabberinclude_HEADERS = kftpbookmarkimportplugin.h |