To clarify, these are linux binaries I'm trying to complie onto a Windows 7 X64 machine, so i think that I am trying to cross compile.
The file structure that came when it was uncompressed is: /rrtm_sw/src, /rrtm_sw/makefiles. I moved the makefile to the parent directory (rrtm_sw) and re-ran gmake, and got the following screen:
I think I need to tell it to cross compile somwhow, as I am still trying to make a .o file...
Hi, is there anyway i can view a remote linux desktop on my windows desktop?
i am aware that X11 can see 'certain screens'. For eg if i type 'xclock &' and i have a client running on my windows, i can see the clock.
If i am interested to see the entire desktop of my linux, how can i do it? (4 Replies)
I basically want to login into different linux machines( on the same network) from a windows machine. I know i can use ssh <machine name>. But i want to automate this process. I dont want to enter the username and password. Is there any way to do it. Can i make some sort of a batch script for it. (4 Replies)
I have two headless servers I am writing code for, and a Windows box networked with them.
I want to compile my code within an IDE on the Windows box (eclipse most likely) and run the compiled binarys on the Linux boxes.
Will this work?
Using Cygwin (or MinGW)?
Thoughts?
Cheers, Ian (8 Replies)
I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine.
for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Hello,
I need to create a shell script which will copy files - which are created on particular date and starting with particular name - to local windows XP machine.
Is this possible.?
Currently it is being done manually using winscp (1 Reply)
Hi
I have established LAN with the help of D-Link router. I am having 2 desktops ethernet connection managed by this D-Link router.
One PC is with Windows 7 OS
Second PC is with Redhat Linux 6.1
Both the PCs now stands connected to internet via this D-Link router.
I could ping windows PC... (12 Replies)
Discussion started by: videsh77
12 Replies
LEARN ABOUT SUSE
perlriscos
PERLRISCOS(1) Perl Programmers Reference Guide PERLRISCOS(1)NAME
README.riscos - Perl version 5 for RISC OS
DESCRIPTION
This document gives instructions for building Perl for RISC OS. It is complicated by the need to cross compile. There is a binary version
of perl available from <http://www.cp15.org/perl/> which you may wish to use instead of trying to compile it yourself.
BUILD
You need an installed and working gccsdk cross compiler <http://gccsdk.riscos.info/> and REXEN <http://www.cp15.org/programming/>
Firstly, copy the source and build a native copy of perl for your host system. Then, in the source to be cross compiled:
o
$ ./Configure
o Select the riscos hint file. The default answers for the rest of the questions are usually sufficient.
Note that, if you wish to run Configure non-interactively (see the INSTALL document for details), to have it select the correct hint
file, you'll need to provide the argument -Dhintfile=riscos on the Configure command-line.
o
$ make miniperl
o This should build miniperl and then fail when it tries to run it.
o Copy the miniperl executable from the native build done earlier to replace the cross compiled miniperl.
o
$ make
o This will use miniperl to complete the rest of the build.
AUTHOR
Alex Waugh <alex@alexwaugh.com>
perl v5.12.1 2010-04-26 PERLRISCOS(1)