1.3-5 is in stable.

On Mon, 2003-03-17 at 17:49, Nathan Dunn wrote:
>  >  Is there a way to get around this, though?  It would be nice, since 
> once dependency on the
>  >  unstable branch will kill remaining updates.
>  >
>  > Nathan
> 
> From: Alexander Hansen <[EMAIL PROTECTED]>
> Date: Mon Mar 17, 2003  12:18:17 PM US/Pacific
> To: Scott Smith <[EMAIL PROTECTED]>
> Cc: fink users <[EMAIL PROTECTED]>
> Subject: Re: [Fink-users] Installing with and without fink
> 
> 
> Unfortunately, you can't do this automatically, because fink unpacks the
> tarball every time.
> 
> doxygen-1.3-5 is available now.  You might try doing a selfupdate-cvs
> and try it instead.
> 
> On Mon, 2003-03-17 at 15:02, Scott Smith wrote:
> > Hello,
> >
> > I am trying to install doxygen with fink, but it fails with the 
> > following
> > output:
> >
> > /usr/bin/make -f Makefile.doxygen    all
> > c++ -c -pipe -D__FreeBSD__ -Wall -W -O2 -I../qtools -I../libpng -I. -o
> > ../objects/main.o main.cpp
> > c++  -o ../bin/doxygen ../objects/main.o  -L../lib -ldoxygen -ldoxycfg
> > -lqtools -lpng
> > ld: Undefined symbols:
> > _crc32
> > _inflateReset
> > _deflate
> > _deflateEnd
> > _deflateInit2_
> > _deflateReset
> > make[2]: *** [../bin/doxygen] Error 1
> > make[1]: *** [all] Error 2
> > make: *** [all] Error 2
> > ### execution of make failed, exit code 2
> > Failed: compiling doxygen-1.3-3 failed
> >
> >
> > I fixed the file Makefile.doxygen by changing the line:
> > OBJECTS = ../objects/main.o
> >
> > To the line
> >
> > OBJECTS = ../objects/*
> >
> > And it will finish compiling.  I then did the traditional "make 
> > install".
> > And that works too.
> >
> > Now I am trying to get fink to become aware that it installed 
> > correctly.
> > When I run fink update-all, it still tries to install it.
> > How do I do this?
> >
> > Thanks
> > Scott
> >
> >
> >
-- 
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213


-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to