Bug 47868

Summary: jpeg lib path hardcoded
Product: [Applications] kdevelop Reporter: Werner Schulte <werner>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Werner Schulte 2002-09-15 07:29:59 UTC
Version:           2.1 (using KDE 3.0.2)
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:          Linux (i686) release 2.4.18-4GB

jpeg lib seems to be hardcoded in kdevelop linker call with a fixed path. This makes it difficult to use the crosscompilation with jpeg.

As the linker always wants /usr/lib/libjpeg.so you
have to change that link before compiling for another platform (e.g. ipaq).

It makes life easier to just use -ljpeg and set the LibraryPath appropriately (under cross).
Comment 1 John Firebaugh 2002-09-23 01:50:41 UTC
Not an issue with Gideon