Michael D. Johnson
2007-Oct-29 22:37 UTC
[Wine] Anyone compiled a 64 bit version from source??
Preferably SUSE, but I'll take help from any one who has done a 64 bit version. Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20071029/841e7791/attachment-0001.htm
On Mon, 2007-10-29 at 16:37 -0600, Michael D. Johnson wrote:> Preferably SUSE, but I'll take help from any one who has done a 64 bit > version.To run 64-bit windows applications? Sorry, afaik, it's all-or-nothing.> > Mike > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-users
On Monday October 29 2007 22:37, Michael D. Johnson wrote:> Preferably SUSE, but I'll take help from any one who has done a 64 bit > version. > > MikeCurrently there is no active work to bring true 64-bit support (to run 64-bit Windows applications). If you are a developer, you are welcome to help. If you are an user then you can wait for few years for true 64-bit support or, if you want just to run 32-bit Windows applications then use 32-bit WINE (this is what almost all users want). I know nothing about SUSE but in Debian or Ubuntu you can install 32-bit WINE package with dpkg -i --force-architecture command or by installing 64-bit package with 32-bit WINE as usual from your repository. Something similar should be available in other distributions.
Don't forget to answer to the list. On Tuesday October 30 2007 16:07, Michael D. Johnson wrote:> L. Rahyen wrote: > > I think that you just lack some GLU libraries (32-bit libGLU.so I > > guess). Try to run this: > > > > ./configure --verbose > > > > Then fix all dependencies. Does this help? Make sure that you are > > installing 32-bit versions of libraries otherwise ./configure script will > > skip them. > > I sure didn't spot any notices of missing libraries. But I might have > missed it. You're welcome to look. attached is the configure log. > MikeThis is from your config.log: ... configure:10536: gcc -m32 -o conftest -g -O2 conftest.c -lGLU -lGL -L/usr/X11R6/lib -lXxf86vm -lXext -lX11 -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../libGLU.so when searching for -lGLU /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libGLU.so when searching for -lGLU /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/local/lib/libGLU.so when searching for -lGLU /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lGLU collect2: ld returned 1 exit status configure:10542: $? = 1 configure: failed program was: ... As I already said, you havn't 32-bit libGLU.so installed.