473,765 Members | 1,979 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

comile on winxp for Sun Solaris

Hi!
I want to develop and compile the code on windows OS(winXP) .And after
this just to copy binaries to Sun Solaris.Is it possible and how to do
it?Which tools I can use?
Thanks

Feb 21 '06 #1
14 1497
is******@hotmai l.com wrote:
Hi!
I want to develop and compile the code on windows OS(winXP) .And after
this just to copy binaries to Sun Solaris.Is it possible and how to do
it?Which tools I can use?
Thanks

No.

Why not develop on Solaris?

--
Ian Collins.
Feb 21 '06 #2
is******@hotmai l.com wrote:
I want to develop and compile the code on windows OS(winXP) .And after
this just to copy binaries to Sun Solaris.Is it possible and how to do
it?Which tools I can use?


You can use gcc and create a cross-compiler for Solaris. You might
need to get hold of some libraries, though, to successfully link
the binary. ... or at least the headers for creating a dynamically
linked program. However, the details of this are off-topic as this
has nothing to do with C++ per se but is an environment specific
question.
--
<mailto:di***** ******@yahoo.co m> <http://www.dietmar-kuehl.de/>
<http://www.eai-systems.com> - Efficient Artificial Intelligence
Feb 21 '06 #3
Is exist IDE for Solaris?

Feb 21 '06 #4
is******@hotmai l.com wrote:
Is exist IDE for Solaris?

Sun Studio, it's free see

http://developers.sun.com/prodtech/c...cts/index.html

--
Ian Collins.
Feb 21 '06 #5
The Solaris server located not in our office.I can connect to him throw
telnet.
How I can use Sun Studio in this environment?

Feb 22 '06 #6
is******@hotmai l.com wrote:
The Solaris server located not in our office.I can connect to him throw
telnet.
How I can use Sun Studio in this environment?

This has gone too far off topic, try a posting to comp.unix.solar is.

--
Ian Collins.
Feb 22 '06 #7
In article <1140598426.150 516.15770
@g44g2000cwa.go oglegroups.com> , is******@hotmai l.com
says...
The Solaris server located not in our office.I can connect to him throw
telnet.
How I can use Sun Studio in this environment?


Getting way off topic, but the question would be whether
you can connect any other way. Sun Studio is an X
program, so what you basically need are 1) and X server
running on your local machine, and 2) the security on the
machines set up to allow the X client and sever to talk
to each other.

--
Later,
Jerry.

The universe is a figment of its own imagination.
Feb 23 '06 #8
Jerry it is wonderful.
This is exatly that I looked before.Cand you suggest free X servers?
Thanks.

Feb 23 '06 #9
is******@hotmai l.com wrote:
Jerry it is wonderful.
This is exatly that I looked before.Cand you suggest free X servers?
Thanks.

Use VNC.

Please follow up on comp.unix.solar is.

--
Ian Collins.
Feb 23 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2837
by: Tony | last post by:
what package should I be downloading for solaris intel. Is there a howto on how to install it for solaris intel?
1
2399
by: Mark Nelson | last post by:
Hi I'm trying to build Imaging 1.1.4 in Solaris 9, I get passwd the first step i.e the building of libImging. However when I execute a python setup.py build I get the following error - gcc -shared build/temp.solaris-2.9-sun4u-2.2/_imaging.o build/temp.solaris-2.9-s un4u-2.2/decode.o build/temp.solaris-2.9-sun4u-2.2/encode.o build/temp.solaris-2 ..9-sun4u-2.2/map.o build/temp.solaris-2.9-sun4u-2.2/display.o build/temp.solaris...
0
2008
by: Bob Swerdlow | last post by:
I'm trying to install MySQLdb 0.9.2 so I can access my MySQL database from python under Solaris 8. I found the notes on changing the include and lib paths and it seems to find them okay, but when I run 'python setup.py build', I get these errors: .... building '_mysql' extension creating build/temp.solaris-2.8-sun4u-2.3 gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/ usr/include/mysql...
4
2249
by: rbt | last post by:
How does one associate a "Description" with a Windows service written in Python? I've just started experimenting with Python services. Here's my code... copied straight from Mr. Hammond's "Python Programming on Win32": import win32serviceutil import win32service import win32event class test_py_service(win32serviceutil.ServiceFramework): _svc_name_ = "test_py_service"
0
9745
by: Kirt Loki Dankmyer | last post by:
So, I download the latest "stable" tar for perl (5.8.7) and try to compile it on the Solaris 8 (SPARC) box that I administrate. I try all sorts of different switches, but I can't get it to compile. I need it to be compiled with threads. Anyone have any wisdom on how best to do this? Here's a transcript of my latest attempt. It's long; you might want to skip to the bottom, where I try "make" and the fatal errors start happening.
2
2163
by: kepioo | last post by:
Hi all, I am trying to install PIL with python 2.3 on solaris X86, but I get this error message : building '_imaging' extension creating build/temp.solaris-2.10-i86pc-2.3 creating build/temp.solaris-2.10-i86pc-2.3/libImaging /sgnome/tools/x86-solaris/forte/SOS8/SUNWspro/bin/cc -i -xO4 -xspace -xstrconst -xpentium -mr -DANSICPP -D__STDC_VERSION__=199409L -DNDEBUG
13
4095
by: Mary Lei | last post by:
Does anyone know the link to obtain the tarball for db2 8.1 for solaris running on AMD 64 bit ? This is the entire db2 installation on a new system that does not have db2. Thanks.
0
845
by: =?Utf-8?B?Q2hyaXM=?= | last post by:
I have a web service that connects through to an Oracle DB on Solaris. When running on W2K3 it maxes out with 3 connections to the Solaris box but when running on WinXP it allows many many more. Any Ideas? -- Thanks Chris
0
1808
by: mg | last post by:
When make gets to the _ctypes section, I am getting the following in my output: building '_ctypes' extension creating build/temp.solaris-2.10-i86pc-2.5/home/ecuser/Python-2.5.1/ Modules/_ctypes creating build/temp.solaris-2.10-i86pc-2.5/home/ecuser/Python-2.5.1/ Modules/_ctypes/libffi creating build/temp.solaris-2.10-i86pc-2.5/home/ecuser/Python-2.5.1/ Modules/_ctypes/libffi/src
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5421
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.