Re: brlaser fails to build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jun 28, 2024 at 3:47 PM Michael Hennebry
<hennebry@xxxxxxxxxxxxxxxxxxxxx> wrote:
> On Fri, 28 Jun 2024, Michael Hennebry wrote:
>
> > I recently installed F40.
> > My Brother HL-L2360DW printer is one of the few
> > that fedora linus's does not handle by default.
> > In the past, brlaser, https://github.com/pdewacht/brlaser ,
> > has helped me out of that difficulty.
> > This time, no go:
> > Despite doing a sudo dnf install 'cups*' ,
> > make tells gives me undefined reference messages:
> > cupsRasterReadPixels
> > cupsRasterReadHeader2
> > cupsRasterOpen
>
> $ nm -D /usr/lib64/libcups.so.2 | grep -e cupsRasterReadPixels -e cupsRasterReadHeader2 -e cupsRasterOpen
> 000000000003bab0 T cupsRasterOpen
> 000000000003bae0 T cupsRasterOpenIO
> 00000000000392f0 T cupsRasterReadHeader2
> 00000000000382f0 T _cupsRasterReadPixels
> 0000000000039390 T cupsRasterReadPixels

That suggests that "-lcups" is either too early on the link line
(before the object that refers to these functions) or missing from the
link line altogether.  Can you show the compiler or linker invocation
that issues the errors?
-- 
Jerry James
http://www.jamezone.org/
-- 
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux