StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
317 stars 21 forks source link

./configure: not found #212

Closed Camisad0 closed 3 months ago

Camisad0 commented 4 months ago

Hi,

I'm encountering error during the ./configure part when installing xschem.

Kindly refer to the attached image. Configure Not Found

Looking forward to your inputs.

Thanks!

Camisad0 commented 4 months ago

Libraries checked Libraries

StefanSchippers commented 4 months ago

install all the packages listed here and run ./configure again.

StefanSchippers commented 4 months ago

If configure is still failing and your system has no /usr/bin/cc link try this: ./configure --CC=/usr/bin/gcc

StefanSchippers commented 3 months ago

No follow up, closing.