|
From: Cristiano S. <sum...@gm...> - 2012-10-25 11:34:30
|
Use an absolute path or prepend a mkdir command first or do a path check before. This is not a mingw problem. cd is failing and interpreter maybe halting on it. 2012/10/25 Kraus Philipp <phi...@fl...> > Hello, > > I try to run more than one command within the MinGW shell: cd mydir; > ./configure; make; make install > but this does not work. The cd command creates the error that the path > does not exists, but if I run each > command alone all commands are working. > > How can I concat the commands, so that are run one after another? On Linux > I use the ; for seperating each > command. > > Thanks > > Phil > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list > etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > |