minar wrote: > Hi, > > cc -e MQStart -bE:MYFORMAT.exp -bM:SRE -o /var/mqm/exits/MYFORMAT \ > MYFORMAT.c -I/usr/mqm/inc -L/usr/mqm/lib -lmqmzf > > I need to compile the specified program using gcc.Thus,what changes should I > have to make to above command to compile the program using gcc. > The -e -b options you quote could be understood only by reference to the documentation of the system for which they were intended. The -I and -L specifications appear to pre-suppose that you have populated those directories with components suitable for your new build.