Re: [ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Johnny-
> > > > ACE VERSION: 5.4.3
> > > >
> > > > HOST MACHINE and OPERATING SYSTEM:
> > > > Solaris10 X86
> > > > TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
> > > > COMPILER NAME AND VERSION (AND PATCHLEVEL):
> > > > Compiler: SUN CC 5.6
> > ^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > I don't think the DOC group supports this compiler anymore.. More
> > particularly this compiler is buggy and you may land up with
...
Re: [ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Hi Jin,
>> I rebuild the ACE package according the instruction above,but get
>> the same result.
It doesn't look to me like you've added
-DACE_HAS_X86_STAT_MACROS
to the build-line as recommended by Johnny Willemsen.
>> my platform_macros.GNU file has the following lines:
>>
>> templates = implicit
>> include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU
>>
>> When i rebuild the ACE library,get the following compile errors:
>> $ make inline=0 -j 2 -k -f GNUmakefile.ACE
>> ...
>&...
Re: [ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Hi Everyon:
My SunBlade 150 is back up and available, and has a Sun CC license, though I
don't have a lot of bandwidth to admin it. Bala know where it is and has the
root password. I'll probably move it into the server room once I have a
chance to talk to Dan about it, but I my be out of town this week.
[dhinton@blade DRM]$ uname -a
SunOS blade 5.9 Generic_112233-03 sun4u sparc SUNW,Sun-Blade-100 Solaris
[dhinton@blade DRM]$ CC -V
CC: Forte Developer 7 C++ 5.4 2002/03/09
[dhinton@blade DRM]$ gcc --version
gcc (GCC) 3.4.2
Copyright (C) 2004 Free Software Foundation, ...
Re: [ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Hi
> > ACE VERSION: 5.4.3
> >
> > HOST MACHINE and OPERATING SYSTEM:
> > Solaris10 X86
> > TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
> > COMPILER NAME AND VERSION (AND PATCHLEVEL):
> > Compiler: SUN CC 5.6
^^^^^^^^^^^^^^^^^^^^^^^^
I don't think the DOC group supports this compiler anymore.. More
particularly this compiler is buggy and you may land up with unresolved
symbols even if you get past this part.
My $0.02.
Thanks
Bala
> > Make: ...
Re: [ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Johnny-
> Ok, the problem is in platform_sunos5_sunc++.GNU, when a not known forte
> version is found, it defaults to explicit. I am updating right now, for 4.2
> and 5.3 we default to explicit, for all others to implicit
Is this necessary? I mean make it implicit by default. The explicit is
not even supported, and has no chance to work cleanly. Why should we patch
broken stuff. Just a thought?
> Qinghuajin and other Forte 9 users, you can work around this by added the
> following line to your platform_macros.GNU file.
> templates = implicit
This is until w...
Re: [ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Hi Jin,
Thanks for using the PRF.
>> ACE VERSION: 5.4.3
>>
>> HOST MACHINE and OPERATING SYSTEM:
>> Solaris 10 x86
>>
>> TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
>> COMPILER NAME AND VERSION (AND PATCHLEVEL):
>> Sun Studio 9 (Sun CC 5.6)
As we've mentioned several times now, we don't have this compiler
installed yet on this hardware platform, so if you want things to be fixed
soon I recommend you figure out what's going wrong and send us the
patches. Otherwise, pl...
[ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Hi,all
I rebuild the ACE package according the instruction above,but get
the same result.
my platform_macros.GNU file has the following lines:
templates = implicit
include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU
When i rebuild the ACE library,get the following compile errors:
$ make inline=0 -j 2 -k -f GNUmakefile.ACE
....
....
CC -mt -g -DSUN_CC_HAS_PVFC_BUG
-I/export/home/hua/DevTools/ACE_wrappers -DACE_HAS_EXCEPTIONS
-DACE_NO_INLINE -I.. -DACE_HAS_ACE_TOKEN -DACE_HAS_ACE_SVCCONF
-DACE_BUILD_DLL -c -KPIC -o .shobj/OS_NS_sys_stat.o
OS_NS_sys_...
[ace-users]: ACE 5.4.2 and ACE 5.4.3 compile failed on Solaris 9 x86 and Solaris 10 x86 #2Hi,
ACE VERSION: 5.4.3
HOST MACHINE and OPERATING SYSTEM:
Solaris 10 x86
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
COMPILER NAME AND VERSION (AND PATCHLEVEL):
Sun Studio 9 (Sun CC 5.6)
CONTENTS OF $ACE_ROOT/ace/config.h [if you use a link to a
platform-
specific file, simply state which one]:
#define ACE_HAS_STANDARD_CPP_LIBRARY 1
#define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
#include "ace/config-sunos5.9.h"
CONTENTS OF $ACE_ROOT/include/makeinclude/platform_macros.GNU
(unless
...