|
Magic Mailing List |
|
From: Svenn.Bjerkem AT temic DOT com Date: Mon May 12 2003 - 11:25:26 EDT
Cervus,
I have tried to compile xcircuit and have found a couple of troubles on
solaris 5.8
in configure there are three string comparisons == that I had to change to
= because test complained on illegal operand, this was not seen with the
linux compile. Maybe linux test and solaris test work differently. this can
be worked around by manual editing so it is not so critical.
Second, I have a problem when I reach linking:
The command causing error is:
gcc -g -O2 -o lib/tcl/xcircuit.so -G -z text -Wl,
--version-script=symbol.map xcwrap.o elements.o events.o filelist.o files.o
fontfile.o formats.o functions.o help.o keybindings.o libraries.o
menucalls.o netlist.o parameter.o python.o rcfile.o render.o schema.o
selection.o text.o tclxcircuit.o tkSimple.o tkPixmap.o xcircuit.o \
-L/usr/openwin/lib -R/usr/openwin/lib -lsocket -lnsl -lc -lXt
-lSM -lICE -lm -lXpm
/usr/ccs/bin/ld: illegal option -- -
/usr/ccs/bin/ld: illegal option -- v
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:D:F:GI:L:M:N:P:Q:R:S:VY:?]
file(s)
seems that the -Wl,--version-script= is not compatible with solaris ld. I
am so far not able to get around this error because I probably not quite
understand what is going on.
Svenn Are Bjerkem
ASIC Design Engineer
ContiTemic microelectronic GmbH
Svenn.Bjerkem AT Temic DOT com
|
|
|
|