- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Software Porting For HP-UX 10.20
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 06:24 AM
06-18-2001 06:24 AM
Software Porting For HP-UX 10.20
I have a linux app written in C++ for providing flexible fontserver service to Xvfb. I have managed to get Xvfb running okay on HP-UX but not Xfstt. I have obtained the ported GNU C compiler from Linux, and was hoping there would be some blindingly easy way of re-compiling the original source. (although I know the odds of this working are nill). My question is, how do I go about porting this code, and or is there anyone out there that has done this already?!
-Longshot I know, you can but try.
Comments / tips always welcomed!!!
Cheers,
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 06:28 AM
06-18-2001 06:28 AM
Re: Software Porting For HP-UX 10.20
fyi :
June Xserver patch now features Xvfb support
The following documentation is extracted from the Xserver release notes,
/usr/lib/X11/Xserver/info/screens/hp.
# ServerMode
# This server option places the X server in either "XPrint",
# "XVideo", or "XVfb" (Virtual Frame Buffer) mode; "XVideo" is the
# default behavior. X Print is an X extension supporting management
# of networked printers. Virtual Frame Buffer mode runs a server
# which requires no display hardware or physical input devices;
# it emulates a dumb framebuffer by using virtual memory.
# Use of the "XPrint" or "XVfb" modes disables the normal video
# output mode of the X server. It is necessary to start two
# X servers to have one of those functionalities together with
# video output. To do this run each invocation with a different
# display identifier. You may run 3 separate servers if all 3
# functionalities are desired.
#
# A server running in XVfb mode recognizes additional
# command-line arguments; see the man page for Xserver(1).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 06:47 AM
06-18-2001 06:47 AM
Re: Software Porting For HP-UX 10.20
http://filewatcher.org/file_i/854233/xfstt.html
I take these don't work or compile either under hpux ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 06:48 AM
06-18-2001 06:48 AM
Re: Software Porting For HP-UX 10.20
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 07:02 AM
06-18-2001 07:02 AM
Re: Software Porting For HP-UX 10.20
I haven't tried that particular version, are there any similarities between FreeBSD and HP-UX? It's the compiling bit I'd need help on too, it's been a very long time since I last looked at real code! ( Uni Days ..sigh.. )
The link seems to be down at the mo, I'll try and grab it later! (either that or the work proxy is having a fit because their is a X in the download name!)
Thanks again,
-ChaZ-