Hi Dave,
On Jun 14, 2005, at 11:33 PM, [EMAIL PROTECTED] wrote:
Sun Workshop-specific issues:
Building the first sample program dies with unresolved symbols.
Further
investigation reveals that libxerces-3.0.so is very small:
Which unresolved symbols are these? (Or is it all of them? ;)
libtool does strange and wonderful things, particularly in the .libs
directory, so I'm not sure, yet, that size is your problem, no matter
how much spam you get ;)
It may not actually build a true .so file until you do a make
install. But it should allow you to build and run the sample
programs, so there's an issue there.
-bash-3.00$ ls -l obj/.libs/
total 126222
-rwxr-xr-x 1 dbertoni staff 3816 Jun 14 23:16 libxerces-3.0.so
-rw-r--r-- 1 dbertoni staff 64571356 Jun 14 23:16 libxerces.a
lrwxrwxrwx 1 dbertoni staff 15 Jun 14 23:16 libxerces.la ->
../libxerces.la
-rw-r--r-- 1 dbertoni staff 862 Jun 14 23:16 libxerces.lai
lrwxrwxrwx 1 dbertoni staff 16 Jun 14 23:16 libxerces.so ->
libxerces-3.0.so
AIX issues:
Using both GCC and xlC, I end up with a small library with no
symbols in
it, just like with Sun Workshop on Solaris:
Do the samples build and run in this case?
-jdb
$ ls -l obj/.libs/
total 11328
-rw-r--r-- 1 dbertoni ccudb 2702964 Jun 14 23:31
libxerces-3.0.a
-rwxr-xr-x 1 dbertoni ccudb 2633383 Jun 14 23:31
libxerces-3.0.so
lrwxrwxrwx 1 dbertoni ccudb 15 Jun 14 23:31
libxerces.a ->
libxerces-3.0.a
-rw-r--r-- 1 dbertoni ccudb 453709 Jun 14 23:31 libxerces.exp
lrwxrwxrwx 1 dbertoni ccudb 15 Jun 14 23:31
libxerces.la ->
../libxerces.la
-rw-r--r-- 1 dbertoni ccudb 795 Jun 14 23:31 libxerces.lai
Thanks!
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]