On Thursday 18 January 2001 00:28, D-Man wrote:
> (BTW, I'm assuming you don't know how to program)
>
> Try pasting the following into a file (call it foo.c) and then run
> the command:
>
> $ gcc foo.c
> $ ./a.out
>
>
> /* this is the text to put in a file *
(BTW, I'm assuming you don't know how to program)
Try pasting the following into a file (call it foo.c) and then run
the command:
$ gcc foo.c
$ ./a.out
/* this is the text to put in a file */
#include
int
main( int argc , char** argv )
{
printf
>when attempting to compile a program i receive the following error message:
>
>checking whether the C++ compiler (c++ ) works... no
>configure: error: installation or configuration problem: C++ compiler cannot
>create executables.
>
>when doing a ./configure on licq in /usr/local/src/licq-xx
3 matches
Mail list logo