Hi,

On Dec 18, 2007 1:26 AM, Tim Shannon <[EMAIL PROTECTED]> wrote:
> This is a really noob question, but I've already run make install into a
> different folder than I wanted on my Ubuntu 7.10 install, and I want to
> build a separate optimized and debug install into different folders.  Do I
> need to "uninstall" the previous install?  I'm fairly certain that the $PATH
> gets updated when I run the new make install, but should I delete all of the
> old install to make sure I won't be using it in my builds?  Is there a quick
> way to uninstall? Or do I just delete all the .so files.
>
> Like I said, noob question, and it doesn't really pertain specifically to
> Crystal Space, but this is where I ran into it, and I'd like to prevent any
> possible headaches it the future.

You can always manually delete the installed files. For example, if
you installed everything to /usr/local, then you need to delete the
following files and directories:

/usr/local/include/crystalspace-1.2
/usr/local/include/cel-1.2
/usr/local/lib/crystalspace-1.2
/usr/local/lib/libcal3d*
/usr/local/lib/libcel*
/usr/local/lib/libcrystalspace*
/usr/local/share/crystalspace-1.2/
/usr/local/share/cel-1.2/

There could be more files that I'm not aware of. I wish there was a
script that can automatically remove all the installed files ... but I
don't think there is one.

On the other hand, you don't really need to uninstall anything. You
can overwrite your existing installs, and you just need to make sure
that when you compile stuff, you specify the correct -I and -L paths.

Hope that helps.

Patrick

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to