database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
ㆍPostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
PostgreSQL Q&A 6362 게시물 읽기
No. 6362
freebsd에서 jdbc설치하려고하는데요..;
작성자
장하영(kykisk)
작성일
2005-10-11 10:28
조회수
2,029

여기 검색해서 나오는데로 하려고하는데 자꾸 아래처럼 에러가나네요..;

해결방법좀 부탁드립니다...;

 

 

"../../../src/Makefile.global", line 38: Missing dependency operator
"../../../src/Makefile.global", line 41: Need an operator
"../../../src/Makefile.global", line 45: Need an operator
"../../../src/Makefile.global", line 66: Need an operator
"../../../src/Makefile.global", line 67: Need an operator
"../../../src/Makefile.global", line 69: Need an operator
"../../../src/Makefile.global", line 70: Need an operator
"../../../src/Makefile.global", line 73: Need an operator
"../../../src/Makefile.global", line 74: Need an operator
"../../../src/Makefile.global", line 76: Need an operator
"../../../src/Makefile.global", line 77: Need an operator
"../../../src/Makefile.global", line 80: Need an operator
"../../../src/Makefile.global", line 81: Need an operator
"../../../src/Makefile.global", line 83: Need an operator
"../../../src/Makefile.global", line 84: Need an operator
"../../../src/Makefile.global", line 88: Need an operator
"../../../src/Makefile.global", line 89: Need an operator
"../../../src/Makefile.global", line 91: Need an operator
"../../../src/Makefile.global", line 92: Need an operator
"../../../src/Makefile.global", line 96: Need an operator
"../../../src/Makefile.global", line 97: Need an operator
"../../../src/Makefile.global", line 99: Need an operator
"../../../src/Makefile.global", line 100: Need an operator
"../../../src/Makefile.global", line 108: Need an operator
"../../../src/Makefile.global", line 109: Need an operator
"../../../src/Makefile.global", line 111: Need an operator
"../../../src/Makefile.global", line 112: Need an operator
"../../../src/Makefile.global", line 171: Need an operator
"../../../src/Makefile.global", line 173: Need an operator
"../../../src/Makefile.global", line 178: Missing dependency operator
"../../../src/Makefile.global", line 180: Need an operator
"../../../src/Makefile.port", line 3: Need an operator
"../../../src/Makefile.port", line 7: Need an operator
"../../../src/Makefile.port", line 13: Need an operator
"../../../src/Makefile.port", line 15: Need an operator
"../../../src/Makefile.port", line 23: Need an operator
"../../../src/Makefile.global", line 280: Missing dependency operator
"../../../src/Makefile.global", line 282: Need an operator
"../../../src/Makefile.global", line 316: Need an operator
"../../../src/Makefile.global", line 318: Missing dependency operator
"../../../src/Makefile.global", line 320: Need an operator
"../../../src/Makefile.global", line 322: Missing dependency operator
"../../../src/Makefile.global", line 324: Need an operator
"../../../src/Makefile.global", line 326: Missing dependency operator
"../../../src/Makefile.global", line 328: Need an operator
"../../../src/Makefile.global", line 330: Need an operator
"../../../src/Makefile.global", line 333: Need an operator
"../../../src/Makefile.global", line 335: Need an operator
"../../../src/Makefile.global", line 338: Need an operator
"../../../src/Makefile.global", line 347: Missing dependency operator
"../../../src/Makefile.global", line 350: Need an operator
"../../../src/Makefile.global", line 426: Missing dependency operator
"../../../src/Makefile.global", line 428: Need an operator
"../../../src/Makefile.global", line 430: Need an operator
"../../../src/Makefile.global", line 437: Need an operator
"../../../src/Makefile.global", line 440: Need an operator
"../../../src/Makefile.global", line 441: Need an operator
"../../../src/Makefile.global", line 443: Need an operator
"../../../src/Makefile.global", line 444: Need an operator
"../../../src/Makefile.global", line 446: Missing dependency operator
"../../../src/Makefile.global", line 453: Need an operator
"../../../src/Makefile.global", line 458: Need an operator
"../../../src/Makefile.global", line 467: Need an operator
"../../../src/Makefile.global", line 474: Missing dependency operator
"../../../src/Makefile.global", line 475: Missing dependency operator
"/usr/ports/databases/postgresql74-server/work/postgresql-7.4.8/src/nls-global.mk", line 25: Could not find /usr/ports/databases/postgresql74-server/work/postgresql-7.4.8/src/interfaces/jdbc/nls.mk
"/usr/ports/databases/postgresql74-server/work/postgresql-7.4.8/src/nls-global.mk", line 29: Need an operator
"/usr/ports/databases/postgresql74-server/work/postgresql-7.4.8/src/nls-global.mk", line 31: Need an operator
"/usr/ports/databases/postgresql74-server/work/postgresql-7.4.8/src/nls-global.mk", line 33: Need an operator
"/usr/ports/databases/postgresql74-server/work/postgresql-7.4.8/src/nls-global.mk", line 38: Need an operator
"/usr/ports/databases/postgresql74-server/work/postgresql-7.4.8/src/nls-global.mk", line 40: Need an operator
Error expanding embedded variable.

이 글에 대한 댓글이 총 1건 있습니다.

FreeBSD에서 설치하려고 하시면.

make 대신에 gmake를 쓰셔야 할 것 같습니다.

FreeBSD의 make와 gnu-make 문법이 좀 다른것으로 알고 있습니다.

dyaus님이 2005-10-11 11:28에 작성한 댓글입니다. Edit
[Top]
No.
제목
작성자
작성일
조회
6366C-API OR QUERY 를 이용해서 DB복사가 가능할까요? [3]
신인식
2005-10-12
2155
6365Point-in-time에 관해서... [2]
백진수
2005-10-11
1874
6364permission denied
김성수
2005-10-11
2593
6362freebsd에서 jdbc설치하려고하는데요..; [1]
장하영
2005-10-11
2029
6361PostgredQL 8.0.4 문서 32.4의 트리거 예제에서 다른 결과가 나와서요.... [2]
양인철
2005-10-11
2040
6360initdb 후에 no relations found? [1]
이세진
2005-10-10
2084
6359처음으로...PostgreSQL을 사용하려고 합니다. [1]
백진수
2005-10-10
1961
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.017초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다