Conrad Parker wrote:

>On Fri, Nov 29, 2002 at 05:16:19AM +1100, Michael Lake wrote:
>  
>
>>Hi all,
>>
>>Am trying to get ekepoint to make. It barfs at the configure stage. I
>>have installed ecore libs from the Enlightenment site
>>
>>...
>>lib/Makefile.am:22: variable `ECORE_LIBS' not defined
>>lib/Makefile.am:22: variable `EVAS_LIBS' not defined
>>src/Makefile.am:13: variable `ECORE_LIBS' not defined
>>src/Makefile.am:13: variable `EVAS_LIBS' not defined
>>...
>>so it looks like this ECORE_LIBS  variable is not defined or set.
>>Below is the output from the instal of ecore. It compiled and built fine
>>and there were no errors during install.
>>    
>>
>
>these aren't environment vars, they're automake vars and come from
>the ecore and evas aclocal files, which probably got installed in
>/usr/local/share/aclocal.
>
>I think you need to run:
>
>       aclocal -I /usr/local/share/aclocal
>
>in the top level source directory before running autogen.sh, or
>something silly like that. Give that a go, and if you have any problems
>flame the author :)
>  
>
Yep that ran fine and now an ./autogen.sh runs fine.
The make ended with an error near the end:
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[2]: *** [libekepoint.la] Error 1
make[2]: Leaving directory `/home/mikel/src/ekepoint/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mikel/src/ekepoint'
make: *** [all-recursive-am] Error 2
ekepoint$

with no binary.

Whats the GNU linker looking for ? Is it trying to link to Open GL by 
chance ? ie -lGL or some thing else that I dont ahve?

Mike



UTS CRICOS Provider Code:  00099F

DISCLAIMER
========================================================================
This email message and any accompanying attachments may contain
confidential information.  If you are not the intended recipient, do not
read, use, disseminate, distribute or copy this message or attachments.
If you have received this message in error, please notify the sender
immediately and delete this message. Any views expressed in this message
are those of the individual sender, except where the sender expressly,
and with authority, states them to be the views the University of
Technology Sydney. Before opening any attachments, please check them for
viruses and defects.
========================================================================


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to