>> I have gnome installed and it is working well but I am also trying >> to install gnome-vfs-ssl .The install winds along each time for >> about 20 minutes and then always ends with these lines: >> >> creating libdesktop.la >> (cd .libs && rm -f libdesktop.la && ln -s ../libdesktop.la >> libdesktop.la) >> /sw/src/gnome-vfs-ssl-1.0.3-2/gnome-vfs-1.0.3/modules/.libs >> Making all in data >> Making all in mime >> Making all in man >> Making all in devel-docs >> Making all in gnome-vfs-tutorial >> Making all in doc >> make: don't know how to make all-local. Stop >> *** Error code 1 >> >> Stop in /sw/src/gnome-vfs-ssl-1.0.3-2/gnome-vfs-1.0.3. >> *** Error code 1 >> >> Stop in /sw/src/gnome-vfs-ssl-1.0.3-2/gnome-vfs-1.0.3. >> ### make failed, exit code 1 >> Failed: compiling gnome-vfs-ssl-1.0.3-2 failed >> > I have osx 10.1.3 installed on a dvd iMac with fink version 0.3.2. > Attempting to rebuild the package fails at make also. > At the command which make I get /usr/local/bin/make.
Hmm... do you have a "make" in /usr/bin as well? If you do, try running a checksum on both to see if they are the same. For example: $ cd /usr/bn $ cksum make 2058875510 184648 make $ Maybe you are picking up a version that doesn't jive. I think it likes gnu make. As you can see, my copy of make in /usr/bin is actually a link to gnumake. $ pwd /usr/bin $ ls -l make* lrwxr-xr-x 1 root wheel 7 Feb 20 20:43 make@ -> gnumake $ -- Alfredo Jahn [EMAIL PROTECTED] _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
