Bug 85345

Summary: libIDL-config-2 gives wrong library name with --libs
Product: [Retired] Red Hat Raw Hide Reporter: Santtu Lakkala <inzane>
Component: libIDLAssignee: Mark McLoughlin <markmc>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-03 21:12:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Santtu Lakkala 2003-02-28 13:05:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030221

Description of problem:
libIDL-config-2 --libs gives -lIDL -lglib, of which libIDL.so doesn't exist in
-devel package and it really depends on glib2. pkg-config gives out the right
information, but i.e. mozilla uses libIDL-config (which again doesn't exist in
the package, since named libIDL-config-2) 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. libIDL-config-2 --libs


Actual Results:  -L/usr/lib -lIDL -lglib

Expected Results:  -lIDL-2 -lglib-2.0

Additional info:

Also, libIDL-config-2 --cflags gives -I/usr/include/glib-1.2
-I/usr/lib/glib/include while pkg-config libIDL-2.0 --cfalgs gives
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

Comment 1 Mark McLoughlin 2004-03-03 21:12:44 UTC
This has been fixed for quite some time