Hi, I'm new to this forum. I've installed wine and q4wine-0.120+r1-1.9 on SLED11 SP1. Whereas the wine shell works OK - iexplorer and notepad are active, I'm unable to make q4wine first launch- neither from the glass icon nor from GNOME terminal. The terminal after the command: me at linux:~> q4wine produces: Code: q4wine: symbol lookup error: q4wine: undefined symbol: _ZN9QListData11detach_growEPii Searching for similar errors on the Internet gives no hint. Maybe someone have already faced similar problem? Thanks in advance.
WnDrinker wrote:> Hi, > I'm new to this forum. > I've installed wine and q4wine-0.120+r1-1.9 on SLED11 SP1. > Whereas the wine shell works OK - iexplorer and notepad are active, > I'm unable to make q4wine first launch- neither from the glass icon nor from GNOME terminal. >Ask the developers of q4wine. Third party apps are not supported here. http://wiki.winehq.org/FAQ#head-aeffd8e1fe7702219fcf87f97834edc926cb1235
Sure, I will. Meanwhile, I have one more question with wine. Is it possible to run and compile FORTRAN77 programs in wine? Because my attempts e.g. me at linux:~/Documents/FORTRAN> wine list.com end as Code: wine: Unhandled page fault on write access to 0x00786f66 at address 0x7bc48b66 (thread 0021), starting debugger... err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc49dcb The same holds with another program me at linux:~/Documents/FORTRAN/Programs> wine HOR-04.EXE Code: wine: Unhandled page fault on write access to 0x00786f66 at address 0x7bc48b66 (thread 0021), starting debugger... err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc49dcb
WnDrinker wrote:> Is it possible to run and compile FORTRAN77 programs in wine?Yes and no. Wine does not have a Fortran environment or a compiler. You have to install those yourself. And while you at it, why not use native gcc to compile fortran programs anyway? WnDrinker wrote:> wine: Unhandled page fault on write access to 0x00786f66 at address 0x7bc48b66 (thread 0021), starting debugger... > err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc49dcbNeed to see entire terminal output. Also what Wine version?
vitamin wrote:> > WnDrinker wrote: > > Is it possible to run and compile FORTRAN77 programs in wine? > > Yes and no. Wine does not have a Fortran environment or a compiler. You have to install those yourself. And while you at it, why not use native gcc to compile fortran programs anyway? > > > WnDrinker wrote: > > wine: Unhandled page fault on write access to 0x00786f66 at address 0x7bc48b66 (thread 0021), starting debugger... > > err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc49dcb > > Need to see entire terminal output. Also what Wine version?This is the whole output. In another attempt: wine list (without actual extention .com) I had: Code: wine: cannot find L"C:\\windows\\system32\\list.exe" I have wine 1.3.15 from open SUSE Build Service. Sorry for my ignorance, could you possibly provide a hint to:> why not use native gccMay be I am not so advanced in Linux, but in Dos under Windows I use batch compile and link commands, run as separate exe-files.
Many thanks! I will try. Sober WnDrinker :P
After installing ExUtils-F77:> Look at the man pages for f77 and make: > man f77 > To find out how to use them.man f77 replied: Code: No manual entry for f77 (the same for F77). There is a file Code: /usr/share/man/man3/ExtUtils::F77.3pm.gz It it contains man F77, then how I can correctly extract it? Thank you in advance. PS Please also tell advice, if this is offtopic, I will stop.
Thank you, Martin, Your reply was nevertheless useful. I have learnt about opportunities to compile fortran jobs directly in Linux environment, and now I am studying the variety of packages - gcc33, gcc44. Yesterday I managed to install Dosbox after some unsuccessful attempts to install dosemu (after which I had followed an advice to install wine). I think my problem with q4wine was its first launch immediately after installation as root. Thank you once again. Your wine environment is very healthy. [Laughing] WnDrinker