[Bug 546] test for basename() fails on IRIX

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Apr 24 04:30:10 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=546

           Summary: test for basename() fails on IRIX
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: IRIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: drk at sgi.com


On SGI IRIX 6.x systems you must include <libgen.h> and 
link with -lgen to use basename().  The 3.6.1p1 configure 
script correctly finds the header, but doesn't probe for
basename() in -lgen.  As a result various openbsd-compat
files fail to compile because the local basename prototype
does not match the one from libgen.h.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-unix-dev mailing list