problems with starting a Tutorial program

Dave Brondsema dave at brondsema.net
Sat Oct 11 15:06:36 CEST 2003


Quoting Jan-Steinke at gmx.de:

> Hi there,
> after I've succesfully compiled my QT3 Win32, I tried to start a tutorial
> program. I've not 
> very much expierience with XFree, but when I typed in "t1 &", there is an
> error output:
> 
> $t1 &
> 
> $bash: t1: command not found
> 
> Many thanks for help,
> Jan

Try this:
./t1.exe &

or this (it removes debugging output:
./t1.exe &>/dev/null &


-- 
Dave Brondsema 
dave at brondsema.net 
http://www.brondsema.net - personal 
http://www.splike.com - programming 
http://csx.calvin.edu - student org 


More information about the kde-cygwin mailing list