Bug 88199 - Makefile.PL does not set proper C compiler or options
Summary: Makefile.PL does not set proper C compiler or options
Status: RESOLVED FIXED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 10:14 UTC by Aaron Williams
Modified: 2018-11-03 06:34 UTC (History)
1 user (show)

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