Bug 47868 - jpeg lib path hardcoded
Summary: jpeg lib path hardcoded
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-15 07:29 UTC by Werner Schulte
Modified: 2002-09-23 01:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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