[Tioga-users] Fwd: *****SPAM***** Re: QUICK_INSTALL for Tioga ver. 1.8 on Mac G4 under OS 10.4.11 fails

Vincent Fourmond fourmond at gmail.com
Sat Apr 26 04:47:16 EDT 2008


[Forwarding reply of Samuel Dupree, my reply will follow]


---------- Forwarded message ----------
From: Samuel H. Dupree, Jr. <sdupree at speakeasy.net>
Date: Sat, Apr 26, 2008 at 9:35 AM
Subject: Re: *****SPAM***** Re: [Tioga-users] QUICK_INSTALL for Tioga
ver. 1.8 on Mac G4 under OS 10.4.11 fails
To: Vincent Fourmond <fourmond at gmail.com>



 Vincent Fourmond wrote:
 Hello,

On Fri, Apr 25, 2008 at 4:00 PM, Bill Paxton <paxton at kitp.ucsb.edu> wrote:


 On Apr 24, 2008, at 10:26 PM, Samuel H. Dupree, Jr. wrote:
 Bill,

I'm attempting to install Tioga ver. 1.8 on a Mac G4 under Mac OS 10.4.11.
When I ran the QUICK_INSTALL file from my
home directory I got the following messages:


checking for zlib.h... yes
checking for compress() in -lz... no
Error: you should have zlib (including development files) installed to
build and run Tioga. You can get it there:

 http://www.zlib.net/

If that doesn't solve your problem, please report it on the Tioga tracker:

 http://rubyforge.org/tracker/?group_id=701


To my knowledge I have zlib and the development library installed.

 The message says that zlib is not installed, but it might only be
that the script was unable to find it - or, possibly, that your Ruby
setup is broken in a certain way that prevents executables from being
built (which has been seen sometimes on this list). To get more
information, could you please post the contents of the split/mkmf2.log
(or mkmf.log, I really don't remember) here ?



 How do I verify that I have the development library installed?

 The fact that the header was found seems to indicate that the
library is installed, but that for some reason the linking step is
failing.

 Cheers,

 Vincent, who should really come up with a better installation
scheme, but so far has been unable/unwilling/undecided/uncomfortable
(pick which better suits your impressions) to do so...



 Vincent,

 I've attached a copy of split/mkmf2.log file to this note. I've also
posted a copy of the file
 to the Support Request I filed at RubyForge (ID 19751).

 Hope this helps.

 Sam Dupree.


-- 
 ________________________________

    Samuel H. Dupree, Jr.
      sdupree at speakeasy.net
    600 West Harvey Street
    Apartment A-703
http://www.speakeasy.org/~sdupree/
    Philadelphia, PA 19144-4345, USA

                    HOME: 215-842-3663            WORK: 610-354-2533
             FAX: 610-354-7436

                      "What does it take to travel in space?" The will
to do it.  -  Dr. Wernher von Braun
 ________________________________


have_header: checking for zlib.h... -------------------- yes

 "gcc -E -I/usr/local/lib/ruby/1.8
-I/usr/local/lib/ruby/1.8/universal-darwin8.0 -I. -I./include
-IDvector -IDvector/include -IDtable -IDtable/include -IFlate
-IFlate/include -IFunction -IFunction/include  -g -O2  -fno-common
-pipe -fno-common -O2 -g -Wall -Werror-implicit-function-declaration
conftest.c -o conftest.i"
 ./mkmf2.rb:1435: warning: Insecure world writable dir
/Applications/ImageMagick-6.2.8/bin in PATH, mode 040777
 checked program was:
 /* begin */
 #include <zlib.h>
 /* end */

 --------------------

 have_library: checking for compress() in -lz... -------------------- no

 "gcc -o conftest $INCFLAGS conftest.c  -I$hdrdir  -g -O2  -fno-common
-pipe -fno-common -O2 -g -Wall -Werror-implicit-function-declaration
$src $LIBPATH   -arch i386   -lpthread -ldl -lobjc   -lz"
 cc1: error: unrecognized command line option "-arch"
 checked program was:
 /* begin */
 #include <zlib.h>

 /*top*/
 int main() { return 0; }
 int t() { compress(); return 0; }
 /* end */

 "gcc -o conftest $INCFLAGS conftest.c  -I$hdrdir  -g -O2  -fno-common
-pipe -fno-common -O2 -g -Wall -Werror-implicit-function-declaration
$src $LIBPATH   -arch i386   -lpthread -ldl -lobjc   -lz"
 cc1: error: unrecognized command line option "-arch"
 checked program was:
 /* begin */
 #include <zlib.h>

 /*top*/
 int main() { return 0; }
 int t() { void ((*volatile p)()); p = (void ((*)()))compress; return 0; }
 /* end */

 --------------------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mkmf2.log
URL: <http://rubyforge.org/pipermail/tioga-users/attachments/20080426/968045b5/attachment.asc>


More information about the Tioga-users mailing list