[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] condor_compile problem



Hi, Im trying to compile two different fortran codes with condor_compile and I get the same error:

The siesta code:

/local/condor/lib/libcondorzsyscall.a(remote_startup.o)(.text+0x703): In function `MAIN':
/home/condor/execute/dir_5130/userdir/src/condor_syscall_lib/remote_startup.c:490: undefined reference to `main'
make: ** [siesta] Erro 1

And the abinit code:

/local/condor/lib/libcondorzsyscall.a(remote_startup.o)(.text+0x703): In function `MAIN':
/home/condor/execute/dir_5130/userdir/src/condor_syscall_lib/remote_startup.c:490: undefined reference to `main'
chmod: impossível acessar `abinis': Arquivo ou diretório não encontrado
make[1]: ** [abinis] Erro 1
make[1]: Leaving directory `/opt/abinit-4.6.5'
make: ** [abinis] Erro 2

If I compile without the condor_compile command all is ok!

Thanks very much!!!