Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4a8f81

Browse files
Bindist
1 parent38e73ad commitd4a8f81

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.

‎FreeBASIC-1.10.0-source-bootstrap/src/compiler/fbc.bas‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ private function hLinkFiles( ) as integer
10561056
caseFB_COMPTARGET_OPENBSD,FB_COMPTARGET_NETBSD
10571057
ldcline+=hFindLib("crt0.o")
10581058
caseelse
1059-
ldcline+=hFindLib("crti.o")
1059+
ldcline+=hFindLib("start_dyn.o")
10601060
endselect
10611061
endif
10621062
endif

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bootstrap-minimal
88
make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 bindist
99
```
1010
```
11-
make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11 FBLFLAGS='-p /system/develop/lib -prefix ~/config/non-packaged/ -l root'
11+
make TARGET_OS=solaris TARGET_ARCH=x86_64 CFLAGS=-DDISABLE_X11FBCFLAGS='-prefix ~/config/non-packaged/'FBLFLAGS='-p /system/develop/lib -prefix ~/config/non-packaged/ -l root'
1212
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp