motiftools-users Mailing List for Xmt - Motif Tools (Page 2)
Brought to you by:
motiftools
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(10) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(5) |
Feb
(3) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jake C. <co...@pp...> - 2000-11-07 17:10:50
|
>>>>> "JLF" == Jeffrey L Franks <jf...@tg...> writes: JLF> Hi Jake, Hi Frank, Hi, Jeffrey! JLF> You may have noticed that we have autoconf under development for JLF> Xmt. Until then, things are going to be a little rough. I'll JLF> personally look at this on a Solaris 7 environment and what JLF> happens. I'll get back with you regarding this, unless you find the JLF> work-around first. Frank was correct; it was an incorrectly generated Makefile. I manually corrected the clients/Makefile and the link was successfull. Thanks! -- Jake Colman Principia Partners LLC Phone: (201) 946-0300 Harborside Financial Center Fax: (201) 946-0320 902 Plaza II Beeper: (800) 928-4640 Jersey City, NJ 07311 E-mail: co...@pp... E-mail: jc...@jn... web: http://www.ppllc.com microsoft: "where do you want to go today?" linux: "where do you want to go tomorrow?" BSD: "are you guys coming, or what?" |
From: Jake C. <co...@pp...> - 2000-11-07 17:09:26
|
>>>>> "FF" == Frank Finner <fr...@fi...> writes: >> >> I get the following error when mockup is built: >> >> LD_RUN_PATH=/usr/openwin/lib cc -o mockup -O -Xc -xF -xcg92 -L../Xmt >> /usr/dt/lib/ /usr/openwin/lib/ mockup.o -lXmt -lXm -lXmu -lXt -lXext FF> ^^^ ^^^ FF> Maybe you should insert a "-L" here, too. Each library path must be FF> preceded by a "-L". I don't know, if this line is created FF> automagically from the Imakefile, but if so, I would call it a bug, FF> this should be changed in the future. Bingo! I manually edited the generated Makefile to add the -L and it successfully built. Thanks! -- Jake Colman Principia Partners LLC Phone: (201) 946-0300 Harborside Financial Center Fax: (201) 946-0320 902 Plaza II Beeper: (800) 928-4640 Jersey City, NJ 07311 E-mail: co...@pp... E-mail: jc...@jn... web: http://www.ppllc.com microsoft: "where do you want to go today?" linux: "where do you want to go tomorrow?" BSD: "are you guys coming, or what?" |
From: Jeffrey L. F. <jf...@tg...> - 2000-11-07 03:42:16
|
Hi Jake, Hi Frank, Frank Finner wrote: > > Hi, > > On 06-Nov-00 Jake Colman sat down, thought for a long time and then > wrote: > > > > I get the following error when mockup is built: > > > > LD_RUN_PATH=/usr/openwin/lib cc -o mockup -O -Xc -xF -xcg92 -L../Xmt > > /usr/dt/lib/ /usr/openwin/lib/ mockup.o -lXmt -lXm -lXmu -lXt -lXext > > ^^^ ^^^ > Maybe you should insert a "-L" here, too. Each library path must be > preceded by a "-L". I don't know, if this line is created automagically > from the Imakefile, but if so, I would call it a bug, this should be > changed in the future. > > > -lX11 -lsocket -lnsl > > ld: elf error: file /usr/dt/lib/: unknown type, unable to process > > using elf(3E) libraries > > ld: elf error: file /usr/openwin/lib/: unknown type, unable to > > process using elf(3E) libraries > > ld: fatal: File processing errors. No output written to mockup > > Greetings, > -- > Frank Finner You may have noticed that we have autoconf under development for Xmt. Until then, things are going to be a little rough. I'll personally look at this on a Solaris 7 environment and what happens. I'll get back with you regarding this, unless you find the work-around first. Sincerely, Jeffrey L. Franks |
From: Frank F. <fr...@fi...> - 2000-11-06 17:54:50
|
Hi, On 06-Nov-00 Jake Colman sat down, thought for a long time and then wrote: > > I get the following error when mockup is built: > > LD_RUN_PATH=/usr/openwin/lib cc -o mockup -O -Xc -xF -xcg92 -L../Xmt > /usr/dt/lib/ /usr/openwin/lib/ mockup.o -lXmt -lXm -lXmu -lXt -lXext ^^^ ^^^ Maybe you should insert a "-L" here, too. Each library path must be preceded by a "-L". I don't know, if this line is created automagically from the Imakefile, but if so, I would call it a bug, this should be changed in the future. > -lX11 -lsocket -lnsl > ld: elf error: file /usr/dt/lib/: unknown type, unable to process > using elf(3E) libraries > ld: elf error: file /usr/openwin/lib/: unknown type, unable to > process using elf(3E) libraries > ld: fatal: File processing errors. No output written to mockup Greetings, -- Frank Finner Memory follows memory, memory defeats memory; some things are banished only into the realms of our rich imaginings - but this does not mean that they do not or cannot or will not exist - they exist! They exist! (M. Moorcock, "The Revenge Of The Rose") |
From: Jake C. <co...@pp...> - 2000-11-06 16:13:43
|
I get the following error when mockup is built: LD_RUN_PATH=/usr/openwin/lib cc -o mockup -O -Xc -xF -xcg92 -L../Xmt /usr/dt/lib/ /usr/openwin/lib/ mockup.o -lXmt -lXm -lXmu -lXt -lXext -lX11 -lsocket -lnsl ld: elf error: file /usr/dt/lib/: unknown type, unable to process using elf(3E) libraries ld: elf error: file /usr/openwin/lib/: unknown type, unable to process using elf(3E) libraries ld: fatal: File processing errors. No output written to mockup In case it is relevant, I modified my Xmt.tmpl to build only the static libraries. Any help out there? TIA! -- Jake Colman Principia Partners LLC Phone: (201) 946-0300 Harborside Financial Center Fax: (201) 946-0320 902 Plaza II Beeper: (800) 928-4640 Jersey City, NJ 07311 E-mail: co...@pp... E-mail: jc...@jn... web: http://www.ppllc.com microsoft: "where do you want to go today?" linux: "where do you want to go tomorrow?" BSD: "are you guys coming, or what?" |
From: Jeffrey L. F. <jf...@tg...> - 2000-10-29 02:56:07
|
Hi, This is a test. |