-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Misty De Meo wrote:

> libtool -static -o ../libstuff.a allocate.o errors.o arch.o execute.o 
> bytesex.o 
>      round.o hppa.o swap_headers.o reloc.o version_number.o
>      get_toc_byte_sex.o best_arch.o fatals.o arch_usage.o ofile.o 
> ofile_error.o
>      print.o set_arch_flag_name.o seg_addr_table.o dylib_table.o breakout.o
>      writeout.o checkout.o fatal_arch.o ofile_get_word.o vm_flush_cache.o
>      hash_string.o dylib_roots.o guess_short_name.o SymLoc.o
>      get_arch_from_host.o crc32.o macosx_deployment_target.o
>      symbol_list.o unix_standard_mode.o
> libtool: unrecognized option `-static'
> Try `libtool --help' for more information.
> make[1]: *** [libstuff.a] Error 1
> make: *** [static] Error 2

I would hazard a guess that somewhere in your PATH you've got a program
called "libtool" that is GNU libtool, when apple expects it to be darwin
libtool -- an entirely different utility (which is why the fink GNU
libtool package calls it glibtool).

Run "libtool --version"; if it says something like this:

ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)

- ---(snip!)---
Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
- ---(snip!)---

...then do a "which libtool" and delete the file it lists, which is most
likely in /usr/local or something similar.

- --
Benjamin Reed a.k.a. Ranger Rick
http://ranger.befunk.com/


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDzxPqUu+jZtP2Zf4RAixpAKCKv2tZMIr2fFqANUfWE1v5YIVjqgCeO+Mz
K1szZjPX3p0Sza8Yvd/IB0E=
=W3b0
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to