Jump to content

Erro Db And Game


Otresher

Recommended Posts

linking ../db_new...

/usr/local/bin/ld: cannot find -lthecore

/usr/local/bin/ld: cannot find -lsql

/usr/local/bin/ld: cannot find -lpoly

/usr/local/bin/ld: cannot find -lgame

collect2: error: ld returned 1 exit status

Makefile:48: recipe for target '../db_new' failed

gmake: *** [../db_new] Error 1

 

Como faz parar arrumar isso?

 

MakeFile:

 

line:48

 

 

$(TARGET): $(OBJS)

@echo linking $(TARGET)...

@$(CC) $(CFLAGS) $(LIBDIR) $(OBJS) $(LIBS) -o $(TARGET)

@touch version.cpp

@echo stripping $(TARGET)...

@strip --strip-all $(TARGET)

 

 

agradeço desde já

Link to comment
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...