Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Dec 2004 23:39:03 -0500
From:      Brian Bobowski <bbobowski@cogeco.ca>
To:        Laszlo Antal <lantal@tmail.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: How can I start a programm after installation??
Message-ID:  <41AE9C67.9040901@cogeco.ca>
In-Reply-To: <1101960506.17B458E6@h28.dngr.org>
References:  <1101960506.17B458E6@h28.dngr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Laszlo Antal wrote:

> Hi,
>
> I have FreeBSD 4.10 with KDE.
> I installed Gimp from /usr/ports/graphics/.
> I typed make prefix=/usr/local/gimp
> It took a while and dowloaded a lot of other programms and installed 
> them.
> After that I typed
> make prefix=/usr/local/gimp install
> Again everything looked good no warning or error.
>
> But /usr/local/gimp is empty !!
> In /usr/ports/graphics/gimp there is now a folder called work and in 
> that folder gimp2.0.6 folder.
>
> Do I need to run ./configure from that folder
> And make and than make install ???
> I could not find any gimp.sh file to start the programm.
>
> Thank you for all the help
>
> Laszlo
> --lantal
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
>
Try bringing up a command line with ALT-F2 in KDE and running "gimp"?

Generally speaking, .sh shell scripts aren't called to run installed 
programs. Instead, a link is tossed into /usr/bin or /usr/local/bin 
which points to(or, for a hard link, references the exact same data as) 
the installed program executable, wherever that may be. There are of 
course exceptions, but I very, very rarely need to call a .sh to get 
done what I need.

The work directory in /usr/ports/graphics/gimp2.0.6 is the working 
directory for the compile process. In graphics/gimp2.0.6 you may as well 
"make clean" to reclaim the space if you can get the installed program 
working. (If not, then don't do the make clean quite yet - you may need 
to, you might not, to fix the problem. And if you don't, then 
recompiling would be a waste of time.)

HTH,
-BB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41AE9C67.9040901>