Re: don't want leading underscore

2002-11-05 Thread Randall R Schulz
Benjamin, At 08:17 2002-11-05, Benjamin K. wrote: Have you consulted the GCC book? What is the GCC Book? Do you mean GCC documentation. If yes, let me say I read everything from top to down. No. I mean the book whose title I mentioned in my first reply to your original query: "Using and Por

Re: don't want leading underscore

2002-11-05 Thread Randall R Schulz
Benjamin, Where else have you sought solutions to your problems? Have you consulted the GCC book? Have you asked your questions in one of the GCC-specific forums? If not, look here: . Randall Schulz Mountain View, CA USA At 08:01 2002-11-05, Benjamin K. wrote: >

Re: don't want leading underscore

2002-11-05 Thread Benjamin K.
> >I want to be binary compatible with linux and other operating systems. > > Binary compatible? That really has little meaning since there's far more to > binary compatibility than how symbols from the program source code are or > are not adorned when emitted into the object code files. Of cou

Re: don't want leading underscore

2002-11-04 Thread Randall R Schulz
Benjamin, At 10:36 2002-11-04, you wrote: How can I prevent cygwin gcc from producing symbols with leading underscores? ("_main" instead "main") I want to be binary compatible with linux and other operating systems. Binary compatible? That really has little meaning since there's far more to b