Bugs item #880280, was opened at 2004-01-20 01:34
Message generated for change (Comment added) made by interp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=880280&group_id=10493
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ./configure fails with MinimalSystem
Initial Comment:
I'm using minimal GNU for windows, not cygwin, and i'm
having this persistent message whan ./configure'ing
scsh 0.6.5:
...
checking for seteuid... no
checking for setreuid... no
./configure: ac_cv_func_setreuid: command not found
configure: error: "Neither setegid nor setregid
defined. Cannot continue."
I later tried with a cygwin version (not the most
recent one), and got the same result.
What should I do to solve this?
Thanks,
Edgar Gonçalves
Portugal
----------------------------------------------------------------------
Comment By: Andreas Bernauer (interp)
Date: 2004-01-20 16:44
Message:
Logged In: YES
user_id=166426
I've recently compiled the most recent scsh on the most recent cygwin
and it worked. I think, it was minimal cygwin (no further packages
installed), but I am not sure.
It looks like you are missing setegid or setregid. See the NOTES
section of man setegid: these functions are possible since Linux 1.3.38.
Maybe your minimal system is too minimal? What does config.log say?
Andreas.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=880280&group_id=10493
|