Click to See Complete Forum and Search --> : RogueWave 7.0 on Linux


Mubashir
02-15-2001, 06:12 AM
Hi
I have RogueWave Tools.h++ source and I could successfully build it
on Windows NT using Microsoft Visual C++ compiler.
Now I want to build it for RedHat Linux 7.0 using g++.
can anyone help me with how should I write Makefile for this?
I am not a C++ expert, so pls help.

cheers
Mubs
mubs@sat.net.pk

Danny Kalev
02-15-2001, 05:03 PM
I think the best place to look for assistance is RogueWave's Web site.
Their code contains many proprietary hacks and nasty macros to make it
cross-platform. You have to use special options and flags to make it
compile, and you may also have to define specific environment variables
to make gcc accept it. So it's best to consult them directly instead of
shooting in the dark.

Danny

Mubashir wrote:
>
> Hi
> I have RogueWave Tools.h++ source and I could successfully build it
> on Windows NT using Microsoft Visual C++ compiler.
> Now I want to build it for RedHat Linux 7.0 using g++.
> can anyone help me with how should I write Makefile for this?
> I am not a C++ expert, so pls help.
>
> cheers
> Mubs
> mubs@sat.net.pk