[Bug 47868] New: jpeg lib path hardcoded

bugzilla at kde.org bugzilla at kde.org
Sun Sep 15 07:31:02 UTC 2002


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
  
http://bugs.kde.org/show_bug.cgi?id=47868  
           Summary: jpeg lib path hardcoded
           Product: kdevelop
           Version: 2.1
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
        ReportedBy: werner at schulte-ac.de


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).




More information about the KDevelop-devel mailing list