我下载了一个GAUSS程序模块,在他给出的帮助中,这样写道:-Do I need to make any changes in GAUSS.cfg ? 
Yes, you must change the following line in the configuration file GAUSS.cfg to be able to load data with the procedure getDATA.g, change from: 
 
# multiple paths for program files
src_path = $(GAUSSDIR)\src;$(GAUSSDIR)\examples
 
to
 
# multiple paths for program files
src_path = $(GAUSSDIR)\src;$(GAUSSDIR)\examples;$(GAUSSDIR)\prg
 
但是我的gauss9.0中找不到.cfg文件,这样程序运行就出错,请教各位达人是否遇到过这样的问题,如何解决?非常感谢!