Vincent Stoessel wrote:
> Emiliano wrote:
>
>> On Friday 07 September 2001 22:12, you wrote:
>>
>>> I found the problem, for some reason this new configure adds an extra
>>> blank "-l" that causes the failure. Look at what I sent before:
>>>
>>>
>>> gcc -o conftest -g -O2 -I/usr/lib/glib/include
>>> -I/usr/local/include/mysql -I/usr/local//include
>>> -I/usr/local/include/midgard -I/usr/local/apache/include conftest.c
>>> -l <---------- This is the culprit! it's blank and causes all else to
>>> fail.
>>> -L/usr/local/lib/mysql -lmysqlclient -L/usr/local//lib -lexpat -lm
>>> -lz -lcrypt -lglib -lmidgard 1>&5
>>>
>>
>> The big question is where it comes from. What does 'midgard-config
>> --report' say?
>>
>> Emile
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
> [root@mecha midsnaps]# midgard-config --report
> version : 1.4.1-cvs-20010907
> sitegroups : 1
> prefix : /usr/local
> host : i686-pc-linux-gnu
> exec-prefix: /usr/local
> cppflags : -I/usr/lib/glib/include -I/usr/local/include/mysql
> -I/usr/local//include -I/usr/local/include/midgard
> libs : -L/usr/local/lib/mysql -lmysqlclient -L/usr/local//lib
> -lexpat -lm -lz -lcrypt -lglib -lmidgard
> You have new mail in /var/spool/mail/root
It appears as if the "-l" is being prepended to the $LIBS variable
in the configure script. Is it possibel that it printing out and blank
varaible? i.e. -l$undefined_lib ?
I think this is my last obsticle, let me knwo when it is safe to grab a
cvs again.
--
Vincent Stoessel [EMAIL PROTECTED]
Java Linux Apache Mysql Php (JLAMP) Engineer
(301) 362-1750 Mobile (410) 419-8588
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]