> 
> I suggest to look into main/sal/osl/unx/util.c. The check for a 
> __SUNPRO_C define in line 316 looks suspicious. Is this define still 
> active in newer compilers for your platform? If not please change the 
> check so that this part of the code becomes active.
> 
> You also said you switched compilers. Please make sure that there are no 
> object files around that were build for the other compiler.
> 

Hello Herbert,

This suggestion helped me to solve this problem. Thank you! Now the next 
problem is
that I am gettiing an error similar to the one reported in the URL that follows:

https://lists.gnu.org/archive/html/bug-binutils/2011-09/msg00054.html

The problem of course is that I have to build with the GNU linker instead of
the Solaris linker. I have temporally set that the system linker is the
Solaris linker and this solved this problem. Of course I have idea where
the libraries of the nss module are used and how this will affect the
building process. Also, I have no idea why one should use the GNU linker
on Solaris when the GCC people advise not to use it with GCC. 

A.S.
--
Apostols Syropoulos
Xanthi, Greece

                                          

Reply via email to