Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compilation on 4 UNIX flavours

Status
Not open for further replies.

DGRFL

Programmer
Dec 28, 2000
36
BE
Hello,
I have a large application that needs to be ported towards towards HP-UX/AIX/Compaq THRU/Sun Solaris.
I want to generate platform independent makefiles for the hundreds of programs that need to be built.
Does anybody know of a whitepaper discussing the different compiler and linker options ?
Or should I consider using tools like makemake ?

Where can I start ?

Thanks
 
checkout and you might consider using the GNU "make" program, and a GNU solution to your problem.
Jon Zimmer
jon.zimmer@pf.net
The software required `Windows 95 or better', so I installed Linux.
 
Maybe I would look at some already made distributions. Some reverse engineering might you call it!

For example
Check out how the distribution of pine works!
You have to do a "make osf" for Tru64 Unix.

L8ter! Life is good!, live it?
 
Hello, MoisDude

Where can I find info concerning distribution of PINE ?

I found some info about AUTOCONF. Is it a tool that can cope with this task ?

Thanks in advance
 
Hello,

If you have access to the Tru64 Unix Distribution cd's, it should be in the cd labeled "Open Software Collection for Tru64 UNIX"

If not!
It was developed by them!

L8ter!
Life is good!, live it?
 
Can I suggest you have a look at the Configure utility? Configure is used in the Perl distribution to build binaries for many different platforms and should do the job.
Mike
michael.j.lacey@ntlworld.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top