View Single Post
  #5  
Old 09-23-2005, 01:55 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
The problem is that the installer requires libraries which might not exist on your computer. There are a few libraries which cannot be statically linked or it is not legal to statically link them (e.g. SDL). You might have an installation which only supports programs compiled against the 64 bit libraries, then you need to install the 32 bit libraries to be able to run programs that are linked against the 32 bit libraries. With v4 it should work better.
Reply With Quote