LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Please help me recompile (https://www.linuxquestions.org/questions/linux-newbie-8/please-help-me-recompile-499881/)

sgoen1986 11-08-2006 06:01 PM

Please help me recompile
 
Hey there!

My compiled wine complains about X11. After some searching I found that I needed to recompile wine with an extra file in my /lib/wine folder.

Now I work with Linux on a daily basis (servers etc for work, and desktop at home) but I don't know how to recompile. And since I couldn't find much about about I thought let's put it in the Newbie section.
Excuse me for the simple question. ;-)

Regards,
sGoen

Brian1 11-08-2006 06:07 PM

If it means recompile wine then the normal procedure for most source files is
./configure
make
make install

There are usually install or readme docs that explain the install procedure because not all are compiled this way.

Point us to the link that mentions the fix maybe it may require you to define something on the ./configure line or edit the Makefile.

Brian

sgoen1986 11-08-2006 06:08 PM

ok, that clears things up :)

Thanks for the quick response!!


All times are GMT -5. The time now is 11:53 AM.