This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin emulates an environment closest to ...



Greg Chicares-2 wrote:
> 
> What system-specific issues do you expect to encounter,
> or have you encountered on other platforms?
> 
I personally dont know. Im trying to compile source code that I did not make
myself.  The ReadMe that comes with it tells me to run these commands:

{
% cd /usr/local/hsf
% make -f makefile.mak instarch INSTARCH=<arch>
% make -f makefile.mak bare
% make -f makefile.mak depend
% make -f makefile.mak install

The first make invocation uses the instarch option to install
architecture-dependent files required to support the compilation and
execution of the distributionâs programs and libraries. The actual
architecture is defined by replacing the argument <arch> with one of the
extensions listed in Table 2. ( SunOS, Solaris, HP-UX, IBM's AIX,  DEC OSF
(Digital UNIX), or IRIX ) For example, âINSTARCH=sunâ must be used
to compile the distribution on computers running SunOS 4.1.X. If you are
installing this software on a machine not listed in Table 2, you first need
to determine which set of architecture-dependent files is most similar to
those required by your particular computer. Invoke make using the instarch
option with INSTARCH set to the closest known architecture.
}

When I run "make -f makefile.mak depend" depending on what architecture i
specify I either get "language M not recognized" or it tells me that my
headers and C files cant be found. So im takin a stab in the dark and
guessing that choosing the closest architecture is a good place to start. 


Greg Chicares-2 wrote:
> 
> Are you using autotools?
> 
no :confused:
as I said in the previous reply (and as youve undoubtly grasped by now) Im
new to *Nix.
-- 
View this message in context: http://www.nabble.com/Cygwin-emulates-an-environment-closest-to-...-tp15296985p15298152.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]