Issue 595 - make depend with solaris c compiler
Summary: make depend with solaris c compiler
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-16 06:47 UTC by helm@fionn.es.net
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description helm@fionn.es.net 2000-06-16 06:47:33 UTC
Full_Name: michael helm
Version: 1.2.x
OS: solaris
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (24.4.254.120)


Didn't see this in the faq/problem report list.

make depend runs the c compiler with options that sun workshop c (4.2 or 5)
doesn't understand. 

Setenv CC_MKDEP_FLAGS -xM1 
will cause mkdep to do something reasonable.
This should be tested for & set up by autoconf but it's not
immediately obvious how to wedge that change in.




Comment 1 Kurt Zeilenga 2000-06-16 10:56:05 UTC
changed notes
changed state Open to Closed
Comment 2 Kurt Zeilenga 2000-06-16 17:43:37 UTC
Suggest you add this to the FAQ under
   Software | Installation | Platform Hints | Solaris

At 06:47 AM 6/16/00 GMT, helm@fionn.es.net wrote:
>Full_Name: michael helm
>Version: 1.2.x
>OS: solaris
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (24.4.254.120)
>
>
>Didn't see this in the faq/problem report list.
>
>make depend runs the c compiler with options that sun workshop c (4.2 or 5)
>doesn't understand. 
>
>Setenv CC_MKDEP_FLAGS -xM1 
>will cause mkdep to do something reasonable.
>This should be tested for & set up by autoconf but it's not
>immediately obvious how to wedge that change in.
>
>
>
>
>
>
>
Comment 3 OpenLDAP project 2014-08-01 21:06:11 UTC
Resolved by user