Francois,
I think your problem is simple:
You have:
>> OK, I figured this out:
>> [root wmake]#export ACEDB_SRC=/home/Database/Soft/sources_acedb
> [root wmake]#export
> ACEDB_MACHINE=/home/Database/Soft/sources_acedb/wmake/LINUX_LIBC5_4
>> Just to check:
>> [root wmake]# echo $ACEDB_SRC
> /home/Database/Soft/sources_acedb
> [root wmake]# echo $ACEDB_MACHINE
> /home/Database/Soft/sources_acedb/wmake/LINUX_LIBC5_4
>
but $ACEDB_MACHINE is not correct, you need to do this:
export ACEDB_MACHINE=LINUX_LIBC5_4
don't put the directory in front of the LINUX_LIBC5_4.
cheers Ed
------------------------------------------------------------------------------
| Ed Griffiths, Informatics Group, |
| The Sanger Centre, Wellcome Trust Genome Campus, |
| Hinxton, Cambridge CB10 1SA, UK |
| |
| email: edgrif at sanger.ac.uk URL: http://www.sanger.ac.uk/Users/edgrif |
| Tel: +44-1223-494780 (switch +44 1223 834244) Fax: +44 1223 494919 |
------------------------------------------------------------------------------