Yes, I did
I missed out 'to' in between 'Just' and 'ask' in my reply, sorry. A bit unfortunate as it changes the meaning rather a lot. Its 1am over here...
I think you missed that my post to you was off-list btw.
Grant
--- Grant Jacobs gjacobs@bioinfotools.com wrote:
Just ask the silly question:
You have defined SOLARIS, haven't you ?! ;-)
#define SOLARIS, etc...
Grant
Dear All
I am porting the code developed by using sun pc and
cc
compilers to gpc and gcc.the following error is generated while linking.Please see below the dump.
linking /home/kvsspl/exe/solaris/esigraph ld: Software Generation Utilities - Solaris Link Editors: 5.8-1.285 Undefined first referenced symbol in file __PC0__PCEXIT esigraph.o __PC0__PCSTART esigraph.o ld: fatal: Symbol referencing errors.
If C main program calls a Pascal procedure that
does
I/O, then the following code should be included in
the
C main program before calling the Pascal procedure:
#if defined(SOLARIS) __PC0__PCSTART(argc, argv); #endif #if defined(SOLARIS) __PC0__PCEXIT(argc, argv); #endif
Please suggest me as how to get rid of this error
Regards Hari