-----Mensaje original-----
From: Artur Gulowaty
Sent: Monday, October 17, 2011 5:48 PM
To: omnetpp
Subject: [Omnetpp-l] Re: Error in simulations over new Ubuntu 11.10
Br,
Artur
--
You received this message because you are subscribed to the Google Groups
"omnetpp" group.
To post to this group, send email to omn...@googlegroups.com.
To unsubscribe from this group, send email to
omnetpp+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/omnetpp?hl=en.
"load-libs=<omnetpath>/lib/oppcmdenv"[d]
or
"load-libs=<omnetpath>/lib/opptkenv"[d]
to omnetpp.ini everything works fine.
(use "d" suffix for debug).
However, I assume this should be fixed in
general...
Best regards,
Sebastian
Best,
Kim
I hope you can fix this for 4.2 :)
--
Sebastian Mies
Gebhardstraße 25
76137 Karlsruhe
Telefon: +49 721 9119627
E-Mail: mi...@gtfr.de
--
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To post to this group, send email to omn...@googlegroups.com.
To unsubscribe from this group, send email to omnetpp+unsubscribe@googlegroups.com.
Am 18.10.2011 15:12, schrieb Rudolf Hornig:
> Hi all,
>
> normally the tk and cmdenv is linked directly with the model, however recent
> changes(or bugs) in ld / gcc cause that the shared libs are optimized out.
>
> Here is the solution:
>
> In Makefile.inc.in find the following lines (towards the end):
>
> CMDENV_LIBS = -u _cmdenv_lib -loppcmdenv$D -loppenvir$D
>
> TKENV_LIBS = -u _tkenv_lib -lopptkenv$D -loppenvir$D -lopplayout$D
>
>
> and replace them with:
> CMDENV_LIBS = -u _cmdenv_lib *-Wl,--no-as-needed* -loppcmdenv$D -loppenvir$D
>
> TKENV_LIBS = -u _tkenv_lib *-Wl,--no-as-needed* -lopptkenv$D -loppenvir$D
>> To unsubscribe from this group, send email to omnetpp+unsubscribe@**
>> googlegroups.com<omnetpp%2Bunsu...@googlegroups.com>.
>> For more options, visit this group at http://groups.google.com/**
>> group/omnetpp?hl=en<http://groups.google.com/group/omnetpp?hl=en>.
>>
>>
>
--
Karlsruher Institut für Technologie (KIT)
Institut für Telematik
Sebastian Mies
Wissenschaftlicher Mitarbeiter
Zirkel 2
Gebäude 20.20
76131 Karlsruhe
Telefon: +49 721 608-46416
Fax: +49 721 608-46789
E-Mail: mi...@kit.edu
Error : cannot load NED files '.' : simulation kernel was compiled
without support for dynamic loading of NED files (WITH_NETBUILDER=no)
but I have checked the Makefile.inc.in for this parameter and I found
it with the value of yes !!!
I don't know what to do , please help me !!!
CMDENV_LIBS = -u _cmdenv_lib -Wl --no-as-needed -loppcmdenv$D -
loppenvir$D
TKENV_LIBS = -u _tkenv_lib -Wl --no-as-needed -lopptkenv$D -loppenvir
$D -lopplayout$D
and with ignoring the if statment in makefile , the simulation goes
very well and smooth
thank you again
On Dec 6, 5:00 am, "Ma Ligang" <thelovelybo...@126.com> wrote:
> perhaps there are blank spaces before or after the ".". check that :-)
perhaps there are blank spaces before or after the ".". check that :-)