Complete.Org: Mailing Lists: Archives: discussion: November 2001:
[aclug-L] Re: comiling c++ in redhat 7.1
Home

[aclug-L] Re: comiling c++ in redhat 7.1

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: <discussion@xxxxxxxxx>
Subject: [aclug-L] Re: comiling c++ in redhat 7.1
From: "Adam Erickson" <adam@xxxxxxxxxxxxx>
Date: Wed, 21 Nov 2001 13:17:02 -0600
Reply-to: discussion@xxxxxxxxx

Their could be many different reasons for this.  Without having the code
handy it's very difficult to troubleshoot something like this.  If that
isn't possible then the errors generated would be the second choice.
Without either, I can only offer some hints:

Check the memory managment routines.  If the program was designed for true
DOS mode then they're probably doing a lot to get around the 64k memory
address limits.

Many new programmers don't even know what ASM is.  But if your code was
written for DOS you might check for inline assembly.  This would almost
certainly not work under linux.  Of course, it's a rather taboo practice
these days so this might not be an issue.

Are they using custom libraries that you haven't been provided or haven't
yet compiled first?  Do those libs suffer from any of the aforementioned
problems?

Of course, if it uses anything windows oriented you might as well throw it
away.

Obviously, I haven't touched BC++ since version 3.1 :)  (which I still have
btw)

Hope it helps,
Adam Erickson
Very tired SysAdmin / Perl hacker / DB guru / CEO's slave / ...

> -----Original Message-----
> From: discussion-bounce@xxxxxxxxx [mailto:discussion-bounce@xxxxxxxxx]On
> Behalf Of Cavgalar, Alexandros (Alex)
> Sent: Wednesday, November 21, 2001 12:32 PM
> To: 'discussion@xxxxxxxxx'
> Subject: [aclug-L] comiling c++ in redhat 7.1
>
>
>
> I was given a program that compiles fine with borland c++. When I tired to
> compiled it under Linux using Red Hat 7.1, it gave me whole bunch
> of errors.
> Does anybody know, how I can get this to work?
>
> Thanks,
>
> Alexandros Cavgalar.
> Component Engineer
> Lucent Technologies
> 8200 E. 34th Circle N  Bldg. 1400
> Wichita, KS 67226-1349
> cavgalar@xxxxxxxxxx
> Phone/Fax: 316-636-4836
>
>
> -- This is the discussion@xxxxxxxxx list.  To unsubscribe,
> visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
>

-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]