[Magic-dev] Magic makedbh compile error?
David Chen
David.YT.Chen at stanford.edu
Sat Apr 22 00:59:44 EDT 2006
Hi Tim,
I downloaded the latest version of FC5 and everything is compiled and
working now with the TSMC130 techfile that you gave me last time. It
fixed all the Tcl/Tk and makedbh problems.
Once again, your kind help and time is greatly appreciated! Thank you
very much.
Best regards,
David
R. Timothy Edwards wrote:
> Dear David,
>
>> I have recently downloaded the latest version of magic (April
>> version) from the website but sudden got this following error when
>> compiling:
>>
>> ./scripts/makedbh database/database.h.in database/database.h
>> make[1]: ./scripts/makedbh: Command not found
>> make[1]: *** [database/database.h] Error 127
>
> This error means that the interpreter specified by the 1st line of
> makedbh can't be found, not that makedbh itself can't be found.
> The first line of makedbh is:
>
> #!/bin/csh -f
>
> so if you don't have /bin/csh, it won't run. If csh is in a different
> location than /bin, or if you have tcsh but not csh, then you can make
> a symbolic link /bin/csh to point to one of them. Otherwise, you will
> have to install a distribution of csh or tcsh on your system.
>
> Regards,
> Tim
>
> +--------------------------------+-------------------------------------+
> | Dr. R. Timothy Edwards (Tim) | email: tim.edwards at multigig.com |
> | MultiGiG, Inc. | web: http://www.multigig.com |
> | 100 Enterprise Way, Suite A-3 | phone: (831) 621-3283 |
> | Scotts Valley, CA 95066 | cell: (240) 401-0616 |
> +--------------------------------+-------------------------------------+
More information about the magic-dev
mailing list