Bug 59635 - no extension to LIBRARY target
Summary: no extension to LIBRARY target
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: git master
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 08:31 UTC by Torben H. Nielsen
Modified: 2003-06-15 12:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch for library ".a" suffix (722 bytes, patch)
2003-06-11 08:32 UTC, Torben H. Nielsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torben H. Nielsen 2003-06-11 08:31:29 UTC
Version:           3.0.0 CVS (using KDE KDE 3.1)
Installed from:    Mandrake RPMs
Compiler:          gcc 3.2.2 
OS:          Linux

When you create a libtool target (LTLIBRARY) the automake manager ensures that the target-name has the suffix ".la" 

Likewise should a normal library target (LIBRARY) have the suffix ".a" but the automake manager do not check for this issue.
Comment 1 Torben H. Nielsen 2003-06-11 08:32:41 UTC
Created attachment 1772 [details]
patch for library ".a" suffix
Comment 2 Amilcar do Carmo Lucas 2003-06-11 19:52:40 UTC
I will test and commit the patch next week.
Comment 3 Roberto Raggi 2003-06-15 12:38:11 UTC
*** Bug has been marked as fixed ***.