We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: