Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Can anyone recommend a freeware X-windows emulator? Post 87490 by tmarikle on Monday 24th of October 2005 04:58:09 PM
Old 10-24-2005
Cygwin Xfree86
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix emulator for windows 98

as part of my course i have to do a lot of programming using the universities unix server. i am able to access this from home using telnet but i cannot use axe or anything to edit my files. I was wondering if anyone knew of any software that could enable me yo do this as i like working at 2am when... (1 Reply)
Discussion started by: HALLY
1 Replies

2. UNIX for Advanced & Expert Users

adobe freeware question

I've just downloaded the adobe reader for a solaris 8 box of mine. I try to unzip it as it is is tar.gz format and get a binary error ? how can I unzip this thing and get the reader going ? thanks (3 Replies)
Discussion started by: simon2000
3 Replies

3. Slackware

Windows Emulator?

I have heard of something called a windows emulator that allows you to run windows programs in linux, does this realy work? can I run any windows program (like a computer game)? and where can I get it :p (13 Replies)
Discussion started by: Kimm
13 Replies

4. HP-UX

HP UNIX freeware

Hi I plan to buy HP unix system from ebay for learning purpose. Would like to know if any HP UX version is freeware or available for download. Thanks GRR (4 Replies)
Discussion started by: grr9999
4 Replies

5. UNIX and Linux Applications

Is there freeware application like access or VB ?

Hello all I is there freeware application that as Microsoft access and VB (RAD tool ) That is free to use and multi platform? (2 Replies)
Discussion started by: umen
2 Replies

6. Solaris

Windows emulator on Solaris machine

Hello together, in our German company we have buyed one English Windows XP version. Every one of us should have access to this windows installation. So we have reconsidered that we want to install this Windows on our SUN SPARC Solaris machine. It is only used for checking out licenses of our own... (2 Replies)
Discussion started by: SPORTS
2 Replies

7. Solaris

freeware needed

Is there any freeware or shareware which can execute .exe files in solaris 10 if it is please give the link (4 Replies)
Discussion started by: tiwsaj
4 Replies

8. Windows & DOS: Issues & Discussions

Mac OS X emulator for Windows XP?

Not quite sure if this is the right section, but you guys know lots of good stuff. Is there a good OS X emulator that I can put on my Windows XP system? I have PC's and at work/lab they run everything on mac's. Due to program compatibility issues, it would be nice if I could run mac software on... (2 Replies)
Discussion started by: silkiechicken
2 Replies

9. Windows & DOS: Issues & Discussions

Is freeware safe?

Hi there, I am posting this from my desktop (XP Home Edition) which has Norton I.S 2009 which will soon expire. I also have a laptop I was given which runs on vista home premium (recent clean install) which I have not yet used. I have a LinkSys wireless-N ADSL2+ Gateway router and I was... (3 Replies)
Discussion started by: Sebastian2
3 Replies

10. UNIX for Dummies Questions & Answers

Availablility of mysql freeware

Hi, Is there a freeware available of mysql? Can it be installed on AIX? Please suggest. Thanks! (1 Reply)
Discussion started by: dwiravi
1 Replies
COMPAT_NETBSD32(8)					    BSD System Manager's Manual 					COMPAT_NETBSD32(8)

NAME
compat_netbsd32 -- setup procedure for 32-bit compatibility on 64-bit platforms DESCRIPTION
The compat_netbsd32 module allows NetBSD/sparc64 to run NetBSD/sparc executables, and NetBSD/amd64 to run NetBSD/i386 executables. To use compat_netbsd32, one must either have COMPAT_NETBSD32 and EXEC_ELF32 in the kernel, or load the compat_netbsd32 and exec_netbsd32 ker- nel modules. Static executables typically need no additional setup. Dynamic binaries require the dynamic linker plus shared libraries. Most of these files will need to be placed under /emul/netbsd32. The easiest method of installing support for these is via the emulators/netbsd32_compat14, emulators/netbsd32_compat15, and emulators/netbsd32_compat16 packages, provided in the NetBSD packages collection. These install 32-bit a.out and ELF compatibility libraries, respectively. The details of what is actually necessary for correct operation are given below. This obviously is handled by the emulator packages. For a.out compatibility, /usr/libexec/ld.so from a 32-bit distribution is required to exist as /emul/netbsd32/usr/libexec/ld.so. For 32-bit ELF compatibility, /usr/libexec/ld.elf_so needs to be in /emul/netbsd32/usr/libexec/ld.elf_so. The shared libraries for a.out binaries do not live under the /emul/netbsd32 directory, but under the /emul/aout directory, where the a.out dynamic linker will find them. BUGS
A list of things which fail to work in compatibility mode should be here. IPC is not well supported. sysctl(3) is not well supported. BSD
March 11, 2006 BSD
All times are GMT -4. The time now is 03:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy