> 
> [...]
> 
> >In the second line, starting with "gcc -dynamiclib", I see *.lo 
> >files where he has *.o files, i.e. I have bindtextdom.lo and he has 
> >bindtextdom.o etc. This makes the difference, because the *.lo files 
> >are compiled with -fno-common and are meant for the dylib, whereas 
> >the *.o files are meant only for the static archive.
> >
> >Now why this can be so, I have no idea. It must be a problem with 
> >libtool, but I am not willing to read the libtool script, my health 
> >insurance doesn't cover this ;-)
> 
> Well that would happen if Thomas is trying to boostrap fink directly 
> from CVS, but instead of using the very latest version 
> (today/yesterday's ones) is using one which is about a couple of days 
> old...
> 
> Thomas, you really should tell us more detail about your setup if you 
> want us to help, most importantly what fink version that is.
>
> 
> Cheers,
> 
> Max

Sorry that I was not more specific.  I just tried again.  I downloaded a fresh 
copy of Darwin 6.0.2 from Apple's site, burned it on CD and made a clean install 
of it.  I downloaded a fresh copy of fink 0.11.0 from the link on 
<http://fink.sourceforge.net/news/jag-bootstrap.php>.  I untarred that version 
of fink and executed bootstrap.sh.  Atrer answering the initial setup questions 
it retrieved everything using curl and began building gettext.  Once again I got 
the same thing I reported last week:

/bin/sh ../libtool --mode=link \
  gcc -no-cpp-precomp -I/sw2/bootstrap/include   
-L/sw2/src/gettext-0.10.40-3/gettext-0.10.40/intl/.libs -L/sw2/bootstrap/lib -o 
libintl.la \
  intl-compat.lo bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo 
finddomain.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo 
explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo 
localcharset.lo  \
  -version-info 1:1:0 \
  -rpath /sw2/bootstrap/lib \
  -no-undefined
rm -fr .libs/libintl.la .libs/libintl.* .libs/libintl.*
gcc -dynamiclib  -o .libs/libintl.1.0.1.dylib  intl-compat.o bindtextdom.o 
dcgettext.o dgettext.o gettext.o finddomain.o
 loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o 
dcngettext.o dngettext.o ngettext.o plur
al.o localcharset.o   -L/sw2/src/gettext-0.10.40-3/gettext-0.10.40/intl/.libs 
-L/sw2/bootstrap/lib -lc -install_name  /s
w2/bootstrap/lib/libintl.1.dylib -compatibility_version 2 -current_version 2.1
ld: common symbols not allowed with MH_DYLIB output format
dcigettext.o definition of common __nl_domain_bindings__ (size 4)
loadmsgcat.o definition of common __nl_msg_cat_cntr (size 4)


I have not installed the July developer tools because the distribution of 6.0.2 
is dated September 20 and I am assuming that it already includes that version of 
the developer tools or later. 

Thank you for your help.  If tehre is more that I can tell you please let me 
know.

Thanks

Tommy Wagner



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to