david
09.12.2007, 16:03 |
DJGPP+symlinks+mkdir+TDE (Developers) |
Dear Rugxulo,
I am writing about tests symlinks in DJGPP, I did it as you explain me.
I compiled TDE51 editor in DJGPP-2.4 enviroment and created link, which
works in TDE as you describe.
But I see the problem anywhere, something is wrong with create directory.
I have mkdir in path from fileutils, but his behaviour is strenght, when
I rename him "mkdire" or "xx" works correctly >>>
mkdire -m
-p
-v
--help
--version
and it seems to be all right, when I use pure mkdir, then I don`t get any parameters as -p -v etc why?
David |
rr

Berlin, Germany, 10.12.2007, 09:27
@ david
|
DJGPP+symlinks+mkdir+TDE |
> and it seems to be all right, when I use pure mkdir, then I don`t get any
> parameters as -p -v etc why?
Because "mkdir" (same as "md") is an internal DOS command. Running "mkdir.exe" explicitly should do, what you want. |
david
11.12.2007, 16:44
@ rr
|
DJGPP+symlinks+mkdir+TDE |
> Because "mkdir" (same as "md") is an internal DOS command. Running
> "mkdir.exe" explicitly should do, what you want.
mkdir, md, mkdir.exe doesn`t run gnu mkdir It means that I must rename every mkdir in make.files???
David |
rr

Berlin, Germany, 11.12.2007, 17:15
@ david
|
DJGPP+symlinks+mkdir+TDE |
> mkdir, md, mkdir.exe doesn`t run gnu mkdir It means that I must
> rename every mkdir in make.files???
Did you try to start mkdir.exe from Bash?
c:\DJGPP\bin>bash
bash-2.04$ ./mkdir --version
mkdir (fileutils) 4.1
Written by David MacKenzie.
Copyright (C) 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
bash-2.04$ |
david
12.12.2007, 16:25
@ rr
|
DJGPP+symlinks+mkdir+TDE |
> > mkdir, md, mkdir.exe doesn`t run gnu mkdir It means that I must
> > rename every mkdir in make.files???
>
> Did you try to start mkdir.exe from Bash?
Yes, there works. I will write the exact error, when I build cdrtools. |
rr

Berlin, Germany, 12.12.2007, 16:44
@ david
|
DJGPP+symlinks+mkdir+TDE |
> Yes, there works. I will write the exact error, when I build cdrtools.
It might be better to ask at http://groups.google.com/group/comp.os.msdos.djgpp/topics. |
david
14.12.2007, 13:38
@ rr
|
DJGPP+symlinks+mkdir+TDE |
> It might be better to ask at
> http://groups.google.com/group/comp.os.msdos.djgpp/topics.
Many thanks for link to djgpp news group  |