'-lefence' is the Electric Fence debugging library, which is used to catch code that 
writes past the end of allocated memory. It is included in PicoGUI if you have the 
"Electric Fence Malloc Debugging" config option turned on. uClinux does not have an 
Electric Fence library, so this fails to link.
The solution: turn off the "Electric Fence Malloc Debugging" config option. 
profile.ucsimm works because it has this option turned off.

On Tue, 26 June 2001, Yunus Yucel Altunbicak wrote:

> 
> Hi,
> running while make occuring below error.
> what does below error mean :)
> **********************************
> /usr/bin/ld: cannot find -lefence
> collect2: ld returned 1 exit status
> make[2]: *** [pgserver] Error 1
> make[2]: Leaving directory `/install/pgui-dev20010625/pgserver'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/install/pgui-dev20010625/pgserver'
> make: *** [all-recursive-am] Error 2
> [root@localhost pgserver]#
> *******************************
> if use to profile.ucsimm is not occur above error.
> 
> Sincerely,
> 
> Yunus Yucel Altunbicak
> 
> _______________________________________________
> Pgui-devel mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/pgui-devel

--
To the systems programmer, users and applications serve only to provide a 
test load.


_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to