Scott Cantor wrote:
Basically I get undefined symbols that are in the libCrun library because it
tries to link the openssl func test program with cc, but with -lxerces-c.
Got it. I've been using CC as the c compiler as well as the C++
compiler (cheating :>).
Will fix.
Cheers,
Berin
> This is a new one on me - I've been building using SunCC and haven't run
> into this issue - or at least not that I've recognised. Will go back
> and have another look.
Alright, next time I have that VM instance up, I'll get the config.log for
you.
Basically I get undefined symbols that are
I'll take you up on that. I'm very close. I want to cut a RC this
weekend and get on the list. I'll then separately update the docs. But
I've changed a bit in configure.ac, so the more testing it gets the
happier I will be.
As an aside - are you interested in committer access to the code b
Scott Cantor wrote:
I've run into a number of configure issues in the past porting to various
platforms, particular when not using gcc/g++.
A couple of noteworthy ones on Solaris using Sun's compiler:
You have gcc-specific flags here:
if test "$enable_debug" = "yes" ; then
CFLAGS="${CF
I've run into a number of configure issues in the past porting to various
platforms, particular when not using gcc/g++.
A couple of noteworthy ones on Solaris using Sun's compiler:
You have gcc-specific flags here:
if test "$enable_debug" = "yes" ; then
CFLAGS="${CFLAGS} -g"
CXXF