[prev in list] [next in list] [prev in thread] [next in thread] 

List:       grid-engine-users
Subject:    Re: [GE users] Files *.o not found - make: *** [libgdi.a] Error 32
From:       Ron Chen <ron_chen_123 () yahoo ! com>
Date:       2004-04-28 11:39:32
Message-ID: 20040428113932.64738.qmail () web41311 ! mail ! yahoo ! com
[Download RAW message or body]

This is development related question, please go to the
dev list!

Also, what OS is this? Why you want to compile the
source? We have precompiled binaries for download for
most platforms.

 -Ron

--- Francisco-Jose Bernabé-Pellicer <fjbp2@yahoo.com>
wrote:
> Hi everybody,
> 
> I got new problems in the installation of SGE. By
> executing aimk (fifth step of compilation) I get the
> following stuff (I just posted the important lines):
> 
> cc: unrecognized option `-Xc'
> Configured with: ../configure
> --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
> --disable-nls
> Thread model: posix
> gcc version 3.3.2
> cc: language O3 not recognized
> cc: ../libs/gdi/version.c: linker input file unused
> because linking not done
> ar rscv libgdi.a sge_all_listsL.o gdi_setup.o
> gdi_qmod.o gdi_tsm.o gdi_checkpermissions.o
> pack_job_delivery.o sge_any_request.o
> sge_gdi_request.o sge_ack.o sge_report.o
> exec_wrapper.o sge_qexec.o setup.o setup_path.o
> resolve_host.o qm_name.o utility.o config.o
> cull_parse_util.o sge_parse_num_par.o
> sge_parse_date_time.o parse.o parse_mail.o
> parse_range.o sge_conf.o sge_resource.o
> sge_feature.o
> sge_security.o sge_range.o sge_job_jatask.o
> sge_suser.o version.o
> a - sge_all_listsL.o
> ar: cannot open sge_all_listsL.o
>         No such file or directory
> a - gdi_setup.o
> ar: cannot open gdi_setup.o
>         No such file or directory
> a - gdi_qmod.o
> ar: cannot open gdi_qmod.o
>         No such file or directory
> a - gdi_tsm.o
> ar: cannot open gdi_tsm.o
>         No such file or directory
> a - gdi_checkpermissions.o
> ar: cannot open gdi_checkpermissions.o
>         No such file or directory
> a - pack_job_delivery.o
> ar: cannot open pack_job_delivery.o
>         No such file or directory
> a - sge_any_request.o
> ar: cannot open sge_any_request.o
>         No such file or directory
> a - sge_gdi_request.o
> ar: cannot open sge_gdi_request.o
>         No such file or directory
> a - sge_ack.o
> ar: cannot open sge_ack.o
>         No such file or directory
> a - sge_report.o
> ar: cannot open sge_report.o
>         No such file or directory
> a - exec_wrapper.o
> ar: cannot open exec_wrapper.o
>         No such file or directory
> a - sge_qexec.o
> ar: cannot open sge_qexec.o
>         No such file or directory
> a - setup.o
> ar: cannot open setup.o
>         No such file or directory
> a - setup_path.o
> ar: cannot open setup_path.o
>         No such file or directory
> a - resolve_host.o
> ar: cannot open resolve_host.o
>         No such file or directory
> a - qm_name.o
> ar: cannot open qm_name.o
>         No such file or directory
> a - utility.o
> ar: cannot open utility.o
>         No such file or directory
> a - config.o
> ar: cannot open config.o
>         No such file or directory
> a - cull_parse_util.o
> ar: cannot open cull_parse_util.o
>         No such file or directory
> a - sge_parse_num_par.o
> ar: cannot open sge_parse_num_par.o
>         No such file or directory
> a - sge_parse_date_time.o
> ar: cannot open sge_parse_date_time.o
>         No such file or directory
> a - parse.o
> ar: cannot open parse.o
>         No such file or directory
> a - parse_mail.o
> ar: cannot open parse_mail.o
>         No such file or directory
> a - parse_range.o
> ar: cannot open parse_range.o
>         No such file or directory
> a - sge_conf.o
> ar: cannot open sge_conf.o
>         No such file or directory
> a - sge_resource.o
> ar: cannot open sge_resource.o
>         No such file or directory
> a - sge_feature.o
> ar: cannot open sge_feature.o
>         No such file or directory
> a - sge_security.o
> ar: cannot open sge_security.o
>         No such file or directory
> a - sge_range.o
> ar: cannot open sge_range.o
>         No such file or directory
> a - sge_job_jatask.o
> ar: cannot open sge_job_jatask.o
>         No such file or directory
> a - sge_suser.o
> ar: cannot open sge_suser.o
>         No such file or directory
> a - version.o
> ar: cannot open version.o
>         No such file or directory
> ar: writing libgdi.a
> ar: sge_all_listsL.o not found
> ar: gdi_setup.o not found
> ar: gdi_qmod.o not found
> ar: gdi_tsm.o not found
> ar: gdi_checkpermissions.o not found
> ar: pack_job_delivery.o not found
> ar: sge_any_request.o not found
> ar: sge_gdi_request.o not found
> ar: sge_ack.o not found
> ar: sge_report.o not found
> ar: exec_wrapper.o not found
> ar: sge_qexec.o not found
> ar: setup.o not found
> ar: setup_path.o not found
> ar: resolve_host.o not found
> ar: qm_name.o not found
> ar: utility.o not found
> ar: config.o not found
> ar: cull_parse_util.o not found
> ar: sge_parse_num_par.o not found
> ar: sge_parse_date_time.o not found
> ar: parse.o not found
> ar: parse_mail.o not found
> ar: parse_range.o not found
> ar: sge_conf.o not found
> ar: sge_resource.o not found
> ar: sge_feature.o not found
> ar: sge_security.o not found
> ar: sge_range.o not found
> ar: sge_job_jatask.o not found
> ar: sge_suser.o not found
> ar: version.o not found
> make: *** [libgdi.a] Error 32
> not done
> 
>  
>  
> 
> Any idea?
> 
> Cheers,
> 
> =====
>
____________________________________________________________________
> Francisco José Bernabé Pellicer
> 
> Home Address: Plaza de la Universidad N°2 4-J
>                        30001 Murcia Spain
>                        Phone: +34 968 24 00 77
>                        Mobile: +34 616 20 22 07
>                        Office : +34 968 36 39 95
> 
> 
> 	
> 		
> __________________________________
> Do you Yahoo!?
> Win a $20,000 Career Makeover at Yahoo! HotJobs  
> http://hotjobs.sweepstakes.yahoo.com/careermakeover 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@gridengine.sunsource.net
> For additional commands, e-mail:
> users-help@gridengine.sunsource.net
> 



	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic