This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: goAhead server



On Wed, 2 Jun 2004, baljeet singh wrote:

> All,
> 
> Has anybody actually compiled and run goAhead server
> under ecos?
> 

at least not by myself

[...]

> 
> Owner@NUVO-DESKTOP /ecos-c/workdir/ws031202/ecos
> $ make
> cc -o webcomp -O2 -DWEBS -DUEMF -DOS="Linux" -DLINUX
> -I.. ../webcomp.c
> cc: not found

usually this involves a simple link call cc from gcc, i mean

ln -s /usr/bin/gcc /usr/bin/cc

(SUSE 9.0 creates the link, i don't know other distros)


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]