RE: [gtk+-2.6.7] configure problem
- From: Xu Qiang <Qiang Xu fujixerox com>
- To: KC <kcc1967 gmail com>
- Cc: gtk-list gnome org
- Subject: RE: [gtk+-2.6.7] configure problem
- Date: Fri, 22 Apr 2005 13:03:46 +0800
KC wrote:
> Hi,
>
> If you are using csh, use "rehash" buildin command ... well, in fact,
> I'm not sure if csh have such command, but tcsh does.
Yes, my shell has this command. And it ("rehash -r")DOES work!
> To see what's your default shell, just look at the /etc/passwd file.
> I don't know any command which can report your login shell for you,
> but you can easily write one yourself by C language, just call
> getusershell() as following:
>
>
> #include <stdio.h>
> #include <stdlib.h>
> #include <unistd.h>
>
> int main (int argc, char *argv[])
> {
> printf("%s\n", getusershell());
> exit(0);
> }
This test report "/bin/sh", is it csh?
Thank you,
Regards,
Xu Qiang
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]