Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link file not found on FreeBSD #443

Open
lenoil98 opened this issue Feb 24, 2025 · 0 comments
Open

Link file not found on FreeBSD #443

lenoil98 opened this issue Feb 24, 2025 · 0 comments

Comments

@lenoil98
Copy link
Contributor

lenoil98 commented Feb 24, 2025

The hFindLib function seems not to be working on Linux issue: #383 or FreeBSD on powerpc64. How does the hFindLib function search for library files?

I does not find libraries files in '/usr/lib' on FreeBSD (see below).

root@blackbird-powerpc64:/usr/xports/lang/fbc/work/FreeBASIC-1.20.0-source-bootstrap/examples # fbc -p ./ allocate.bas
allocate.bas() error 23: File not found, crt1.o
allocate.bas() error 23: File not found, crti.o
allocate.bas() error 23: File not found, crtbegin.o
allocate.bas() error 23: File not found, crtend.o
allocate.bas() error 23: File not found, crtn.o
/usr/local/bin/../bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000100011a0
/usr/local/bin/../bin/ld: /lib/libc.so.7: undefined reference to environ' /usr/local/bin/../bin/ld: /lib/libc.so.7: undefined reference to __progname'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant