Re: How to automate the installation of Cygwin?

2003-08-20 Thread philippe guillaume
ok thanks a lot. I hadn't understood this ( i'm french :))) ), sorry ! --- Max Bowsher <[EMAIL PROTECTED]> a écrit : > philippe guillaume wrote: > > I don't want to do a manual installation. > > I'd like to launch the setup and i want it to > instal

RE: How to automate the installation of Cygwin?

2003-08-19 Thread philippe guillaume
I don't want to do a manual installation. I'd like to launch the setup and i want it to install Cygwin without having to clic on "Next", "Next",... or to clic on "install from local directory", ... Many setup's on Windows allow this. For example, the setup for MSN messenger ... Type "setupdl.exe

How to automate the installation of Cygwin?

2003-08-19 Thread philippe guillaume
I'd like to know if there are options in the setup of Cygwin in order to automate the installation of it. I typed "setup.exe /?" in the dos shell but nothing ... Do you know how to automate this installation ? ___ Do You Yahoo!? -- Une adress

Problem with Cygwin.bat

2003-08-08 Thread philippe guillaume
I want to launch the tcsh-shell and not bash-shell at startup... So i modified the Cygwin.bat , replacing "bash --login -i" by "tcsh -l -i" ... But when i run Cygwin, it shuts down immediatly. Why please ??? ;) ___ Do You Yahoo!? -- Une adr

Re: And now a problem with tcl

2003-07-30 Thread philippe guillaume
So i can't call a script whose directory is not in the path ...? Damned !!! ;) Thanks a lot Igor --- Igor Pechtchanski <[EMAIL PROTECTED]> a écrit : > On Tue, 29 Jul 2003, philippe guillaume wrote: > > > I've been searching for a long time about this > > prob

And now a problem with tcl

2003-07-29 Thread philippe guillaume
I've been searching for a long time about this problem. The command runs normally on Unix but not on Cygwin :( The problem concerns a command button which runs a sh-script ... Here is the syntax : button .frPrincipal.thug\ -activebackground "#beccbe" \ -background "#d2e0d2" \

And now a problem with tcl

2003-07-29 Thread philippe guillaume
I've been searching for a long time about this problem. The command runs normally on Unix but not on Cygwin :( The problem concerns a command button which runs a sh-script ... Here is the syntax : button .frPrincipal.thug\ -activebackground "#beccbe" \ -background "#d2e0d2" \

Launching cygwin with tcsh

2003-07-29 Thread philippe guillaume
Hello i wanted to know how could i launch tcsh-shell instead of bash-shell when i run cygwin ... If i run tcsh-shell, is there any possibility to create a .tcshrc for configuring path and other environment variables? ___ Do You Yahoo!? -- U

Canvas does not appear and the font does not refresh

2003-07-28 Thread philippe guillaume
In my tcl window , there's normally a canvas ... But it does not appear ! ??? And when i open another window upon the tcl one, i see the image of the window at the place of the canvas ! i hear that it was a problem with the XF86CONFIG file but there is no such file in my cygwin directory. How can i

Pb in running tcl file under cygwin ... the windows is closed immediatly

2003-07-17 Thread philippe guillaume
i've got a problem with a tcl file in my program i manage to compile all the program but when i want to run the tcl file the window appears during 1 millisecond and close immediatly... On unix i don't have this problem ! Do you know what it is ? _

Re: Problem with TCL , couldn't execute a TCL file

2003-07-10 Thread philippe guillaume
No it does not work ... it is THEPROGRAM and not THEPROGRAM.exe ... and the path is well defined in command{} But when i type "exec THEPROGRAM &" it runs !!! What a mystery ! :-) --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Thu, 10 Jul 2003, [iso-8859-1] phi

Problem with TCL , couldn't execute a TCL file

2003-07-10 Thread philippe guillaume
Hi ! There's a new problem in porting my program ... A button of the main window (written in TCL) calls another TCL file. When i click on this button it produces this error: "Error : couldn't execute "C:\cygwin\home\me\THEPROGRAM": no such file or directory But this file really exists !!! it i

Re: Problem in compiling : cannot find -ldl

2003-07-09 Thread philippe guillaume
in on / type user (textmode) c: on /cygdrive/c type user (textmode,noumount) Thanks a lot for helping me ! --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Wed, 9 Jul 2003, [iso-8859-1] philippe guillaume > wrote: > > > Here is the line for the compilation : > >

Problem in compiling : cannot find -ldl

2003-07-09 Thread philippe guillaume
Here is the line for the compilation : " gcc -o wish.exe OBJ/wish.o OBJ/calculPosition.o OBJ/calculVisibiliteCmd.o -L/usr/lib -L/usr/X11R6/lib -ltk -ltcl -ldl -lX11 -lm " and it produces this error : " /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld : cannot find -ldl " T

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
i think i found why it does not work ... there's two same-named files ! Myprog.h and myprog.h !!! Cygwin does not understand that this is two different files apparently ... oh la la la la :-( --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Tue, 8 Jul 2003, [iso-88

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
here it is : gcc -02 -gddb -Iblabla/include -c myprog.c and it produces this error : "In file included from myprog.c: blabla/myprog.h : Xm/Xm.h : No Such File Or Directory" --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Tue, 8 Jul 2003, [iso-8859-1] philipp

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
yes it is added like i told in the first post ... --- Elfyn McBratney <[EMAIL PROTECTED]> a écrit : > On Tue, 8 Jul 2003, [iso-8859-1] philippe guillaume > wrote: > > > But when i installed cygwin, i installed all the > > packages ... > > And even if this pack

Re: Pb including Xm.h

2003-07-08 Thread philippe guillaume
3, [iso-8859-1] philippe guillaume > wrote: > > > My program contains some include of "Xm/Xm.h" > > > > Libraries are defined like this : > > INC_DIR_XLIB = /usr/X11R6/include > > > > and for compilation : > > -I$(INC_DIR_LIB) >

Pb including Xm.h

2003-07-08 Thread philippe guillaume
My program contains some include of "Xm/Xm.h" Libraries are defined like this : INC_DIR_XLIB = /usr/X11R6/include and for compilation : -I$(INC_DIR_LIB) I manage to compile it on Linux but not on Cygwin !!! But the pathes for Xm.h are the same ! When i want to compile it the followi

Re: tcsh on Cygwin and problems in installing cygwin ...

2003-07-03 Thread philippe guillaume
I've resolved my problem ... i found a ftp that provided me a version of the cygwin setup on which there is tcsh and many others packages ... ! Thanks to everybody --- Igor Pechtchanski <[EMAIL PROTECTED]> a écrit : > On Wed, 2 Jul 2003, philippe guillaume wrote: > > &

Re: tcsh on Cygwin and problems in installing cygwin ...

2003-07-03 Thread philippe guillaume
I've resolved my problem ... i found a ftp that provided me a version of the cygwin setup on which there is tcsh and many others packages ... ! Thanks to everybody --- Igor Pechtchanski <[EMAIL PROTECTED]> a écrit : > On Wed, 2 Jul 2003, philippe guillaume wrote: > > &

Re: tcsh on Cygwin and problems in installing cygwin ...

2003-07-03 Thread philippe guillaume
tchanski <[EMAIL PROTECTED]> a écrit : > On Wed, 2 Jul 2003, philippe guillaume wrote: > > > I saw on the cygwin site that there was a package > for > > tcsh ... But : > > 1- i haven't found a site to download it yet > > 2- i 've tried to download

tcsh on Cygwin and problems in installing cygwin ...

2003-07-02 Thread philippe guillaume
I saw on the cygwin site that there was a package for tcsh ... But : 1- i haven't found a site to download it yet 2- i 've tried to download and install cygwin with the cygwin-site release and the install blocks when choosing the packages... 3- i haven't seen the tcsh package in this install There

csh on cygwin?

2003-07-02 Thread philippe guillaume
Is there csh on Cygwin ? If yes how can i go from bash t csh ? Thans ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

Re: Cygwin for XP Pro ?

2003-06-06 Thread philippe guillaume
thx very much --- Igor Pechtchanski <[EMAIL PROTECTED]> a écrit : > On Fri, 6 Jun 2003, philippe guillaume wrote: > > > Is Cygwin available for Windows XP PRO ? > > Yes. > Igor > -- >

Cygwin for XP Pro ?

2003-06-06 Thread philippe guillaume
Is Cygwin available for Windows XP PRO ? thx for your answers ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr