Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DJVU opensouce on SCO Openserver.

Status
Not open for further replies.

tep0583

MIS
Jun 14, 2001
56
0
0
US
Has anyone done this? I've been trying to compile on a SCO Openserver 5.0.6 system, but keep getting build errors. I admit that I am no expert on compileing software from source. Just wondering of anyone could provide some insight or point me in the right direction. I assume there is no SCO package out there and that Linux RPMs will not work.
 
what are the build errors?
do you have the sco development package?
or do you have gcc?
faq219-2884
 
I do have the SCO versions of both Make and GCC. I am not useing the devolopment package, but I do think we have it. Let me find the specific erroe and I will post it.
 
OK, here is the output of running configure (./configure):
checking build system type... i686-pc-sco3.2v5.0.6
checking host system type... i686-pc-sco3.2v5.0.6
checking whether make sets ${MAKE}... yes
checking for ranlib... :
checking whether ln -s works... yes
checking for rm... /bin/rm
checking for ar... no
checking for touch... /bin/touch
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
 
Try putting the following in hworld.c:

[tt]int main (void) { printf("Hello world\n"); }[/tt]

Then type gcc -o hworld hworld.c and see if it produces any errors.
Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top