All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] Problem making lmsensors
@ 2011-01-03 22:03 DB
  2011-01-03 22:11 ` Guenter Roeck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: DB @ 2011-01-03 22:03 UTC (permalink / raw)
  To: lm-sensors

Good evening all - & a happy new year!

I'm just trying to set up lmsensors & keep getting the following error 
messages:


  make install
gcc -Wl,-rpath,/usr/local/lib -o prog/sensors/sensors 
prog/sensors/main.ro prog/sensors/chips.ro  -Llib -lsensors
lib/libsensors.so: undefined reference to `sensors_yylex'
lib/libsensors.so: undefined reference to `sensors_lex_error'
lib/libsensors.so: undefined reference to `sensors_yylineno'
lib/libsensors.so: undefined reference to `sensors_scanner_exit'
lib/libsensors.so: undefined reference to `sensors_scanner_init'
lib/libsensors.so: undefined reference to `sensors_yyfilename'
collect2: ld returned 1 exit status
make: *** [prog/sensors/sensors] Error 1

Can anyone please give me an idea what I am missing?

My system is uname -ar
Linux Fedora-Blue 2.6.34.7-66.fc13.i686.PAE #1 SMP Wed Dec 15 07:21:49 
UTC 2010 i686 i686 i386 GNU/Linux
I downloaded & installed bison & flex.

Thanks

Dave

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [lm-sensors] Problem making lmsensors
  2011-01-03 22:03 [lm-sensors] Problem making lmsensors DB
@ 2011-01-03 22:11 ` Guenter Roeck
  2011-01-04 10:45 ` DB
  2011-01-04 10:50 ` DB
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2011-01-03 22:11 UTC (permalink / raw)
  To: lm-sensors

Did you run make clean after installing flex and bison ?

Guenter

On Mon, 2011-01-03 at 17:03 -0500, DB wrote:
> Good evening all - & a happy new year!
> 
> I'm just trying to set up lmsensors & keep getting the following error 
> messages:
> 
> 
>   make install
> gcc -Wl,-rpath,/usr/local/lib -o prog/sensors/sensors 
> prog/sensors/main.ro prog/sensors/chips.ro  -Llib -lsensors
> lib/libsensors.so: undefined reference to `sensors_yylex'
> lib/libsensors.so: undefined reference to `sensors_lex_error'
> lib/libsensors.so: undefined reference to `sensors_yylineno'
> lib/libsensors.so: undefined reference to `sensors_scanner_exit'
> lib/libsensors.so: undefined reference to `sensors_scanner_init'
> lib/libsensors.so: undefined reference to `sensors_yyfilename'
> collect2: ld returned 1 exit status
> make: *** [prog/sensors/sensors] Error 1
> 
> Can anyone please give me an idea what I am missing?
> 
> My system is uname -ar
> Linux Fedora-Blue 2.6.34.7-66.fc13.i686.PAE #1 SMP Wed Dec 15 07:21:49 
> UTC 2010 i686 i686 i386 GNU/Linux
> I downloaded & installed bison & flex.
> 
> Thanks
> 
> Dave
> 
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors



_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [lm-sensors] Problem making lmsensors
  2011-01-03 22:03 [lm-sensors] Problem making lmsensors DB
  2011-01-03 22:11 ` Guenter Roeck
@ 2011-01-04 10:45 ` DB
  2011-01-04 10:50 ` DB
  2 siblings, 0 replies; 4+ messages in thread
From: DB @ 2011-01-04 10:45 UTC (permalink / raw)
  To: lm-sensors

On 01/03/2011 11:11 PM, Guenter Roeck wrote:
> Did you run make clean after installing flex and bison ?
>
>
Hi Guenter,

No, I didn't try make clean last night.  I've just tried it now & cannot 
find anyway to make it work!  Not even a man page....
  Here are my results:

[Dave@Fedora-Blue LM-Sensors]$ make clean
make: *** No rule to make target `clean'.  Stop.
[Dave@Fedora-Blue LM-Sensors]$ su
Password:
[root@Fedora-Blue LM-Sensors]# makeclean
bash: makeclean: command not found
[root@Fedora-Blue LM-Sensors]# make clean
make: *** No rule to make target `clean'.  Stop.

Seems like noone/notheing wants to do that!

Thanks

Dave

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [lm-sensors] Problem making lmsensors
  2011-01-03 22:03 [lm-sensors] Problem making lmsensors DB
  2011-01-03 22:11 ` Guenter Roeck
  2011-01-04 10:45 ` DB
@ 2011-01-04 10:50 ` DB
  2 siblings, 0 replies; 4+ messages in thread
From: DB @ 2011-01-04 10:50 UTC (permalink / raw)
  To: lm-sensors

On 01/04/2011 11:45 AM, DB wrote:
> On 01/03/2011 11:11 PM, Guenter Roeck wrote:
>> Did you run make clean after installing flex and bison ?
>>
>>
> Hi Guenter,
>
> No, I didn't try make clean last night. I've just tried it now & cannot
> find anyway to make it work! Not even a man page....
> Here are my results:
>
> [Dave@Fedora-Blue LM-Sensors]$ make clean
> make: *** No rule to make target `clean'. Stop.
> [Dave@Fedora-Blue LM-Sensors]$ su
> Password:
> [root@Fedora-Blue LM-Sensors]# makeclean
> bash: makeclean: command not found
> [root@Fedora-Blue LM-Sensors]# make clean
> make: *** No rule to make target `clean'. Stop.
>
> Seems like noone/notheing wants to do that!
>
> Thanks
>
> Dave

No Problem - was in the wrong directory!!!  Must get my glasses changed!

Dave


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-04 10:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 22:03 [lm-sensors] Problem making lmsensors DB
2011-01-03 22:11 ` Guenter Roeck
2011-01-04 10:45 ` DB
2011-01-04 10:50 ` DB

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.