All,
So, this is driving me just nuts. I went into the /sw folder so I
could see more about what was happening. I found that fink untars the
source file and then runs a configure file. So, for the libjpeg that was
failing, I tried running the configure by hand. The compile was failing
with the following message:
make
./libtool --mode=compile /usr/bin/cc -O2 -I/sw/include -I. -c ./jcapimin.c
make: ./libtool: Command not found
I noticed the following in the configure file:
if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
USELIBTOOL="yes"
LIBTOOL="./libtool"
This doesn't make any sense to me. How the heck would libtool ever be
in cwd? It appears that fink or something is passing in the following
command:
./configure --prefix=/sw --enable-shared --enable-static
According to the configure file:
--enable-shared build shared library using GNU libtool
As far as I can tell, the gnu libtool is glibtool not libtool, so I'm
even more confused. What the heck am I doing wrong?
I was able to build some of the other components of windowmaker like
libpng & zlib, but not libjpeg.
Is this supposed to be this difficult?
Regards,
Paul
On Tuesday, March 12, 2002, at 06:42 PM, Paul R. Summermatter wrote:
> Re: OS X 10.1.3, Fink Distribution version: 0.3.2a & Package manager
> version: 0.9.7
>
> All,
>
> I'm having a difficult time getting a clean and fully functioning
> install of XFree86. I downloaded and installed fink without any
> noticeable issues. I think install xfree86 via:
>
> fink install xfree86-rootless
>
> That install too completed without any noticeable issues. However,
> when I try to run XDarwin.app and choose rootless, no window manager
> appears to be running. If I do a psg on the command line, I see that twm
> is running as in:
>
> root 1196 0.0 0.0 0 0 con- Z 0:00.00 (twm)
>
> But, the default xterms & xclock come up without any window title
> bars or the like. I've spoken to others who have Xfree86 installed, and
> they said it just worked.
>
> In any event, I thought I might install another window manager, so I
> started with the windowmaker package
>
> fink install windowmaker
>
> This fails with the following error:
>
> ./configure --prefix=/sw --enable-shared --enable-static
> checking for gcc... no
> checking for cc... cc
> checking whether the C compiler (cc -L/sw/lib) works... yes
> checking whether the C compiler (cc -L/sw/lib) is a cross-compiler... no
> checking whether we are using GNU C... yes
> ...
> checking for ranlib... ranlib
> checking host system type... powerpc-apple-darwin5.3
> checking for ranlib... no
> checking for gcc... no
> checking for cc... no
> ltconfig: error: no acceptable cc found in $PATH
> checking libjpeg version number... 62
> creating ./config.status
> creating Makefile
> creating jconfig.h
> make
> ./libtool --mode=compile cc -O2 -I/sw/include -I. -c ./jcapimin.c
> make: ./libtool: Command not found
> make: *** [jcapimin.lo] Error 127
> ### make failed, exit code 2
> Failed: compiling libjpeg-6b-2 failed
> 15.08s real 4.70s user 4.18s system 58%
>
> I don't know why I'm getting a no acceptable cc found in path.
> Obviously, there was an acceptable cc found when compiling & installing
> XFree86. What the heck changed? here's my $PATH var:
>
> ./:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/ucb:/usr/ccs/bin:/usr/
> bin:/bin:/Users/paulrs:/Library/OpenBase/bin:/usr/local/samba/bin:/Users/
> paulrs/
> Developer/bin:/Users/paulrs/bin:/usr/X11R6/bin:/sw/bin
>
> 28-toscani% which cc
> ~
> /usr/bin/cc
> 29-toscani% cc --version
> ~
> 2.95.2
>
> If I try to install just libjpeg, I run into similar complaints:
>
> checking for ld used by GCC... no
> configure: error: no acceptable ld found in $PATH
>
> 31-toscani% which ld
> ~
> /usr/bin/ld
>
> Anyone have any clue what I am doing wrong? I tried installing a few
> of the other window managers and ran into the same compile errors.
>
> Regards,
> Paul
>
>
> _______________________________________________
> Fink-beginners mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-beginners
>
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners