gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Re: How to compile the translated code using GCC?


From: Roger While
Subject: [open-cobol-list] Re: How to compile the translated code using GCC?
Date: Wed Nov 16 23:16:04 2005

Just use "cobc" to compile the C source eg.
cobc hello.c

If you want to see what gcc compile/library options are used,
use the "-v" option. eg.
cobc -v hello.c

Roger





reply via email to

[Prev in Thread] Current Thread [Next in Thread]