|
|
Choosing A Webhost: |
Shared library numbering confusion: msg#00001db.rekall.devel
libkbase_wizard isn't a plugin, therefore libkbase_wizard_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) \ -version-info 0:7:0 in libs/wizard/Makefile.am should be changed to libkbase_wizard_la_LDFLAGS = $(all_libraries) \ -version-info 0:7:0 This will make sure that -version-info is actually used and the library gets a soname, as is expected of shared libraries that are not plugins. On the other hand, libkbase_driver_mysql is a plugin; therefore the following should be done in db/mysql/Makefile.am so that it does not get a useless version number: libkbase_driver_mysql_la_LDFLAGS = \ + -avoid-version -module -no-undefined \ -L$(MYSQL_LIBDIR)
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Release tarballs are full of garbage, Peter Eisentraut |
|---|---|
| Next by Date: | Translation fix, Peter Eisentraut |
| Previous by Thread: | Release tarballs are full of garbage, Peter Eisentraut |
| Next by Thread: | Translation fix, Peter Eisentraut |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |