Bug 88199

Summary: Makefile.PL does not set proper C compiler or options
Product: [Developer tools] bindings Reporter: Aaron Williams <aaronw>
Component: generalAssignee: kde-bindings
Status: RESOLVED FIXED    
Severity: normal CC: chrisburel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Aaron Williams 2004-08-27 10:14:43 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
Compiler:          gcc 3.4.1 

When trying to compile kdebindings, the Makefile for the Perl section tried to use cc as the C compiler.  At least on Solaris, CC is the Sun Forte compiler which is not always installed.  In my case, I am using gcc as the C compiler.
Comment 1 Jens Dagerbo 2004-12-14 20:45:39 UTC
Not KDevelop. Reassigning to "Bindings". (Hope that is correct...)
Comment 2 Andrew Crouthamel 2018-11-02 04:28:46 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Chris Burel 2018-11-03 06:34:45 UTC
The perl bindings now use CMake to build (and have had for about 8 years). They will use whatever compiler cmake is configured to use.