On Sun, Jan 08, 2006 at 06:47:12PM -0700, Martin Sebor wrote:
> I created a tarball of the stdcxx 4.1.3 branch (minus the docs/
> subdirectory):
> http://svn.apache.org/repos/asf/incubator/stdcxx/branches/4.1.3/
>
> and placed in my home directory:
> http://people.apache.org/~sebor/stdcxx/stdcxx-incubating-4.1.3.tar.gz
It doesn't build on Mac OS X 10.4.3. (Not sure that I tested it on Darwin
earlier.)
I get:
-----
make config
configuring for gcc-4.0.0 on darwin-8.3.0-power-macintosh
checking if compiler is sane ok
checking if linker is sane no
int main () { return 0; }
gcc -c -pedantic -nostdinc++ -Wall -W -Wcast-qual -Winline -Wshadow
-Wwrite-strings -Wno-long-long -Wcast-align -D_RWSTD_USE_CONFIG -I. a.cpp
gcc a.o -lm -lsupc++ -o a.out
/usr/bin/ld: can't locate file for: -lsupc++
collect2: ld returned 1 exit status
-----
Is this a known issue?
Finally, not a showstopper, but it'd be *really* nice if etc/config/README
were moved to the top-level directory. =) -- justin