1748181 Members
3709 Online
108759 Solutions
New Discussion

Re: Compile not working

 
SOLVED
Go to solution
Ermin Borovac
Honored Contributor

Re: Compile not working

One cannot mix 32-bit and 64-bit objects. You should have done 'gmake -f Makefile.hpux clean' to delete all object files (.o) before recompiling. It's best to delete the whole directory, unzip with -a, make mods again and recompile.
Coolmar
Esteemed Contributor

Re: Compile not working

Thank you so much for all your help Ermin! After deleting all the files in the ntxshape directory, re-unzipping them, and then compiling with 32bit GCC...success.

Thanks again,
Sally