[Issue 248] New - incorrect build on Sol aris 10

[email protected] 5 May 2005 08:05:48 -0000
Newsgroups gmane.comp.version-control.cvs.issuezilla
Message-ID <[email protected]>
https://ccvs.cvshome.org/issues/show_bug.cgi?id=248
                 Issue #|248
                 Summary|incorrect build on Solaris 10
               Component|ccvs
                 Version|current
                Platform|Sun
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|build
             Assigned to|dprice
             Reported by|mksoagi






------- Additional comments from [email protected] Thu May  5 01:05:48 -0700 2005 -------
The CVS configure selects the wrong getopt implementation (the standard one,
that comes with the OS). This happens, because Solaris 10 comes with
/usr/include/getopt.h. I recommend to forget about external getopt
implementations and use the implementation that comes with the distribution on
all platforms. Else the configure probe has to be rewritten to detect a reorder
of the commandline.