This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc issue on AIX


Hi

I am using GCC to compile Pro*C generated C Program on  AIX.
My source file size is 1458749 byes.  When I compiled my codes by -c,
I got warning but  .o object file was not created. There are many functions
( arround 164 + many global variables )  in my source codes.
I can compile this source file by "IBM's ANSI cc" compiler.

I extracted 3-10 functions from this huge file and compiled successfully by
gcc to create .o file.

Is there any limitation on the maximum size of source file or maximum
functions, globules per source file?

Hemant Rumde
Sr. Unix Consultant
CitiGroup
Boston MA



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]