On Wed, 9 Mar 2011 15:13:38 -0600 (CST)
Vicente Guerra <v...@guerra.com.mx> wrote:

> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W 
> -DSIMPLEX -c ../../harboury.c harboury.c -oharboury.o harboury.o

The command line is obviously incorrect.
It should (flags removed):

gcc -o harboury.o harboury.c

I'm no Linux user, so perhaps you or somebody else can help editing.
FYI, I have added harboury.c to source/compiler to help Windows users
to not using Bison parser. Not sure if this affects Linux build process.

Andi


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to