I managed to build and install stdcxx. The tests all pass (64-bit build even).

The next thing I need to work on the OpenAL backend for libquicktime
is to get faac and faad2 building.

However, faac appears to require running "bootstrap" to get anywhere useful.

That's where I'm having issues at the moment.

I've got libtool, libtoolize, gsed, gawk, etc. from sunfreeware installed.

I have these special env variables set:
export CFLAGS="-Xc -features=extinl -xcsi -xustr=ascii_utf16_ushort
-D_REENTRANT -D__EXTENSIONS__  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_XPG6
-D_POSIX_PTHREAD_SEMANTICS -D_POSIX_C_SOURCE=200112L
-D__XOPEN_OR_POSIX -D_STRICT_STDC -D_STRICT_STDC__ -D_STDC_C99
-D_ISOC99_SOURCE -xtarget=native64"
export CC=/opt/SUNWspro/bin/c99
export CXXFLAGS="-library=no%Cstd -D_RWSTD_NO_VECTOR_BOOL
-L/opt/stdcxx/lib -R/opt/stdcxx/lib -lstdcxx"

I have this PATH setup:
/usr/gnu/bin:/opt/SUNWspro/bin:/opt/SUNWspro/contrib/vim/bin:/usr/sbin:/usr/bin:/sbin

I've always avoided the autotools like a plague since my limited
interaction with them always made me run back to writing my own
makefiles instead.

Before I dig in to the build problems I'm seeing, I thought I would
see if others have already been "down this road" and could save me
some wasted time:

Running bootstrap produces this:
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of
AM_PATH_AUDIOFILE
/usr/share/aclocal/audiofile.m4:12:   run info '(automake)Extending aclocal'
/usr/share/aclocal/audiofile.m4:12:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:16: warning: macro `AM_PROG_LIBTOOL' not found in library
' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
configure.in:73: the top level
autom4te: /usr/sfw/bin/gm4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
configure.in:73: the top level
autom4te: /usr/sfw/bin/gm4 failed with exit status: 1
autoheader: '/usr/bin/autom4te' failed with exit status: 1
' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
configure.in:73: the top level
autom4te: /usr/sfw/bin/gm4 failed with exit status: 1
automake: autoconf failed with exit status: 1
' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
configure.in:73: the top level
autom4te: /usr/sfw/bin/gm4 failed with exit status: 1

Any thoughts (besides the ones of murdering the GNU world)?

-- 
Shawn Walker, Software and Systems Analyst
http://binarycrusader.blogspot.com/

"We don't have enough parallel universes to allow all uses of all
junction types--in the absence of quantum computing the combinatorics
are not in our favor..." --Larry Wall

Reply via email to