Re: compiling program

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux