Ask a Question related to AIX, Design and Development.
-
Les Coover #1
C++ library
IBM RS6000 that uses AIX commands. Compiles C programs with <studio.h>
library using command
cc myfile.c
For some reason won't compile C++ programs with <iostream.h> library.
When
cc mycplus.c
used, compiler lists error message that <iostream.h> not found.
Any suggestions.
Les Coover Guest
-
http, library loaded, httpS library can't be found
I'm trying to get Verisign's Payflow Pro setup and going. I thought I had everything working, but when I went in through the SSL, httpS://, it... -
Cannot instantiate .NET Class Library to expose webservice client library
Now that I have got the mickey mouse .NET interop problem sorted (exposing ..NET library to ASP/VB6), I want to demo the real problem I am having. ... -
Calling a Managed C++ library which uses a load library function from a WS
Good Day! Im trying to call a managed c++ library from a web service using c# but when i go trough the code the was'nt able to load the library.... -
~/Library/ vs ~/System/Library vs /User/Library/
In article <110720031327074895%justin.c@se.net>, justin <justin.c@se.net> wrote: First off, you're a little bit confused. ~ means your home... -
[XFree86] system can't find library ( strange library behaviour )
Hi Mark, No I hadn't tried ldconfig, but it sorted out the problem, thanks! I'd read a little bit about libraries a while ago, but could not... -
Ulrich--nO--(dot)-sPAM--Link #2
Re: C++ library
Les Coover wrote:
Try the C++ compiler driver "xlC" or similar.> IBM RS6000 that uses AIX commands. Compiles C programs with <studio.h>
> library using command
>
> cc myfile.c
>
> For some reason won't compile C++ programs with <iostream.h> library.
> When
>
> cc mycplus.c
>
> used, compiler lists error message that <iostream.h> not found.
>
> Any suggestions.
>
>
>
You can look in /etc/vacXXX.cfg what macros and compiler flags are
appended with which of the different invocations.
The extended ANSI C should not compile any C++ code.
It even should issue at least a warning for C++ style single line
comments, without explicitly allowing them with '-qcpluscmt'.
---
Uli
Ulrich--nO--(dot)-sPAM--Link Guest
-
Les Coover #3
Re: C++ library
> Try the C++ compiler driver "xlC" or similar.
Do you mean use xlc at prompt line as
xlc mycplus.c
This results in xlc: not found
Do you mean use -qcpluscmt as cc mycplus.c -qcpluscmt This results> The extended ANSI C should not compile any C++ code.
> It even should issue at least a warning for C++ style single line
> comments, without explicitly allowing them with '-qcpluscmt'
in same File <iostream> not found message.
Not sure what you mean by this, what do I type at prompt line?> You can look in /etc/vacXXX.cfg what macros and compiler flags are
> appended with which of the different invocations.
"Ulrich--nO--(dot)-sPAM--Link" <"Ulrich--nO--(dot)-sPAM--Link"@Epost.de>
wrote in message news:bjhegr$af3$06$1@news.t-online.com...> Les Coover wrote:>> > IBM RS6000 that uses AIX commands. Compiles C programs with <studio.h>
> > library using command
> >
> > cc myfile.c
> >
> > For some reason won't compile C++ programs with <iostream.h> library.
> > When
> >
> > cc mycplus.c
> >
> > used, compiler lists error message that <iostream.h> not found.
> >
> > Any suggestions.
> >
> >
> >
> Try the C++ compiler driver "xlC" or similar.
> You can look in /etc/vacXXX.cfg what macros and compiler flags are
> appended with which of the different invocations.
>
> The extended ANSI C should not compile any C++ code.
> It even should issue at least a warning for C++ style single line
> comments, without explicitly allowing them with '-qcpluscmt'.
>
> ---
> Uli
>
Les Coover Guest
-
Paul Pluzhnikov #4
Re: C++ library
"Les Coover" <lcc66604@cox.net.spam> writes:
(note capitalization):> Not sure what you mean by this, what do I type at prompt line?
mv mycplus.c mycplus.cc
PATH=$PATH:/usr/vacpp/bin
xlC mycplus.cc
And please do not top-post.
Cheers,
--
In order to understand recursion you must first understand recursion.
Paul Pluzhnikov Guest



Reply With Quote

