View Single Post
  #2   (View Single Post)  
Old 8th February 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Probably, yes.

It looks like you're building a port, try cleaning all the files:
Code:
# cd /usr/ports/math/gsl
# make clean distclean deinstall
# rm -rf /usr/locla/share/doc/gsl
# make install
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote