[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Win compile help please
Stephen,
Any idea where the getopt library comes from for the mingw compile? I have looked everywhere, and have installed more of the cygwin related libs and other stuff without any success. If I know where the lib is located, I may be able to tune the config or Makefile
Do you know of anybody who currently builds the win version? Perhaps I can try to contact him/her?
CLUE: in the first of two steps of ivl.exe build steps,
g++ -o ivl.exe main.o async.o design_dump.o dup_expr.o elaborate.o elab_expr.o e
| lab_lval.o elab_net.o elab_anet.o elab_pexpr.o elab_scope.o elab_sig.o emit.o ev
| al.o eval_attrib.o eval_tree.o expr_synth.o functor.o lexor.o lexor_keyword.o li
| nk_const.o load_module.o netlist.o netmisc.o net_assign.o net_design.o net_event
| .o net_expr.o net_force.o net_func.o net_link.o net_modulo.o net_nex_input.o net
| _nex_output.o net_proc.o net_scope.o net_udp.o net_variable.o pad_to_width.o par
| se.o parse_misc.o pform.o pform_dump.o set_width.o symbol_search.o sync.o sys_fu
| ncs.o verinum.o verireal.o target.o targets.o Attrib.o HName.o LineInfo.o Module
| .o PData.o PDelays.o PEvent.o PExpr.o PGate.o PTask.o PUdp.o PFunction.o PWire.o
| Statement.o StringHeap.o cprop.o nodangle.o synth.o synth2.o syn-rules.o xnfio.
| o t-dll.o t-dll-api.o t-dll-expr.o t-dll-proc.o t-xnf.o
since there are no additional lib directives, I assume g++ has some libs it searches by default? Do you know which one it might be?
Cordially, Chacko
On Wed, 29 Jun 2005 15:51:31 -0700, Stephen Williams wrote:
Also, there is something fishy about HAVE_GETOPT_H in your
generated config.h. That is *defined* in the example I have
in front of me.